Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2024
1 parent e10999e commit 4fee4d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etp-core/docker/smtp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=amd64 eclipse-temurin:17.0.12_7-jre-alpine
FROM --platform=amd64 eclipse-temurin:17.0.13_11-jre-alpine

RUN apk add --upgrade curl \
&& curl -L -O https://github.com/Nilhcem/FakeSMTP/raw/gh-pages/downloads/fakeSMTP-latest.zip \
Expand Down
2 changes: 1 addition & 1 deletion etp-core/etp-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN clojure -M:uberjar


# Production image
FROM --platform=amd64 eclipse-temurin:17.0.12_7-jre-jammy
FROM --platform=amd64 eclipse-temurin:17.0.13_11-jre-jammy

# LibreOffice installation
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion etp-core/etp-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . /usr/src/etp-db
RUN clojure -M:uberjar

# Production image
FROM --platform=amd64 eclipse-temurin:17.0.12_7-jre-jammy
FROM --platform=amd64 eclipse-temurin:17.0.13_11-jre-jammy

COPY --from=builder /usr/src/etp-db/target /target
COPY --from=builder /usr/src/etp-db/src/test /target/test
Expand Down

0 comments on commit 4fee4d8

Please sign in to comment.