Skip to content

Commit

Permalink
Merge pull request #688 from molgenis/renovate/eclipse-temurin-17.x
Browse files Browse the repository at this point in the history
chore(deps): update eclipse-temurin docker tag
  • Loading branch information
clemens-tolboom committed Mar 11, 2024
2 parents dfba0fb + a7fe0c3 commit 6308159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2.1
jobs:
build:
docker:
- image: eclipse-temurin:17.0.9_9-jdk-jammy
- image: eclipse-temurin:17.0.10_7-jdk-jammy

working_directory: ~/repo
resource_class: large
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 eclipse-temurin:17.0.9_9-jdk-focal
FROM --platform=linux/amd64 eclipse-temurin:17.0.10_7-jdk-focal
VOLUME /data
VOLUME /config
VOLUME /logs
Expand Down

0 comments on commit 6308159

Please sign in to comment.