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 24, 2024
1 parent 4c65148 commit bcdb29c
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:21.0.4_7-jre
FROM eclipse-temurin:21.0.5_11-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 @@ -34,7 +34,7 @@ WORKDIR /usr/src/web
FROM eclipse-temurin:{{{.}}}-jre
{{/language.version}}
{{^language.version}}
FROM eclipse-temurin:21.0.4_7-jre
FROM eclipse-temurin:21.0.5_11-jre
{{/language.version}}


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.0.4_7-jre
FROM eclipse-temurin:21.0.5_11-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 @@ -8,7 +8,7 @@ COPY '{{source}}' '{{target}}'

RUN sbt universal:packageZipTarball

FROM eclipse-temurin:21.0.4_7-jre-jammy
FROM eclipse-temurin:21.0.5_11-jre-jammy

WORKDIR /usr/src/app

Expand Down

0 comments on commit bcdb29c

Please sign in to comment.