Skip to content

Commit

Permalink
Use JDK 21 (#45)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update docker-compose.yaml

* Update config.yml
  • Loading branch information
normanrz authored Aug 19, 2024
1 parent 5030fe1 commit 475c34b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
machine:
image: ubuntu-2004:202111-02
environment:
SBT_VERSION_TAG: master__6469160879
SBT_VERSION_TAG: master__7830403826
USER_UID: 1000
USER_GID: 1000
TARGET_DIR: target/scala-2.13
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jdk
FROM eclipse-temurin:21-jammy

RUN apt-get update && apt-get install -y --no-install-recommends gosu && rm -rf /var/lib/apt/lists/*
RUN mkdir -p /fossildb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
network_mode: host

sbt:
image: scalableminds/sbt:${SBT_VERSION_TAG:-sbt-0.13.15_mongo-3.2.17_node-8.x_jdk-8}
image: scalableminds/sbt:${SBT_VERSION_TAG:-master__7830403826}
environment:
- USER_UID
- USER_GID
Expand Down

0 comments on commit 475c34b

Please sign in to comment.