Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.demo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clfoundation/sbcl:2.5.10 as builder
FROM clfoundation/sbcl:2.6.1 as builder

ENV QUICKLISP_ADD_TO_INIT_FILE=true

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.intro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clfoundation/sbcl:2.5.10 as builder
FROM clfoundation/sbcl:2.6.1 as builder

ENV QUICKLISP_ADD_TO_INIT_FILE=true

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sbcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clfoundation/sbcl:2.5.10
FROM clfoundation/sbcl:2.6.1

ENV QUICKLISP_ADD_TO_INIT_FILE=true
ENV QUICKLISP_DIST_VERSION=latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clfoundation/sbcl:2.5.10
FROM clfoundation/sbcl:2.6.1

ENV QUICKLISP_ADD_TO_INIT_FILE=true
WORKDIR /root/quicklisp/local-projects/clingon
Expand Down