Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eclipse-temurin docker tag #6952

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9_9-jre
FROM eclipse-temurin:21.0.1_12-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.9_9-jre
FROM eclipse-temurin:21.0.1_12-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:21-jre-jammy
FROM eclipse-temurin:21.0.1_12-jre-jammy

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
{{/language.java-version}}
{{^language.java-version}}
FROM eclipse-temurin:21-jre-jammy
FROM eclipse-temurin:21.0.1_12-jre-jammy
{{/language.java-version}}

WORKDIR /usr/src/app
Expand Down
Loading