Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 0a8d058 commit 5b59dc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clojure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /usr/src/app
RUN clojure -Auberjar
{{/build}}

FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.9_9-jre

WORKDIR /opt/bin

Expand Down
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /usr/src/web
FROM {{{.}}}
{{/runtime}}
{{^runtime}}
FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.9_9-jre
{{/runtime}}


Expand Down
2 changes: 1 addition & 1 deletion kotlin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app

RUN gradle build

FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.9_9-jre

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN sbt universal:packageZipTarball
FROM eclipse-temurin:{{{.}}}-jre-jammy
{{/provider.default.java-version}}
{{^provider.default.java-version}}
FROM eclipse-temurin:17.0.7_7-jre-jammy
FROM eclipse-temurin:17.0.9_9-jre-jammy
{{/provider.default.java-version}}

WORKDIR /usr/src/app
Expand Down

0 comments on commit 5b59dc7

Please sign in to comment.