Skip to content

Commit

Permalink
Merge pull request #1872 from compdemocracy/te-java-clojure-docker-ma…
Browse files Browse the repository at this point in the history
…c-latest-fixes

update java runtime to work with mac m3 / sequioa 15.3
  • Loading branch information
tevko authored Jan 15, 2025
2 parents 15aa65c + 8b92077 commit a92e522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion math/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/clojure:tools-deps-bullseye
FROM docker.io/clojure:temurin-17-tools-deps

WORKDIR /app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion math/system.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java.runtime.version=1.8
java.runtime.version=21

0 comments on commit a92e522

Please sign in to comment.