Skip to content

Commit

Permalink
Merge pull request #539 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 authored Nov 9, 2023
2 parents 9fb249a + 1fb7b42 commit f77f0da
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 @@ -7,7 +7,7 @@ version: 2.1
jobs:
build:
docker:
- image: eclipse-temurin:17.0.8_7-jdk-jammy
- image: eclipse-temurin:17.0.9_9-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 eclipse-temurin:17.0.8_7-jdk-focal
FROM eclipse-temurin:17.0.9_9-jdk-focal
VOLUME /data
ARG JAR_FILE
EXPOSE 8080
Expand Down

0 comments on commit f77f0da

Please sign in to comment.