Skip to content

Commit

Permalink
chore: fix temurin and lein version in image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
batovpasha committed Jan 14, 2025
1 parent f23c260 commit 1d23e2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM clojure:lein
# Can't use alpine version because there is no linux/arm64/v8 OS support, therefore
# the image can't be built on Apple Silicon
FROM clojure:temurin-23-lein-2.11.2

WORKDIR /usr/src/app

Expand Down

0 comments on commit 1d23e2e

Please sign in to comment.