Skip to content

Commit

Permalink
Merge pull request #464 from solita/renovate-fix/eclipse-temurin-17.x
Browse files Browse the repository at this point in the history
Update eclipse-temurin Docker tag
  • Loading branch information
solita-juhohaa authored Aug 16, 2024
2 parents e9a809a + fff70d6 commit e74c4c9
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.8_7-jre-alpine
FROM --platform=amd64 eclipse-temurin:17.0.12_7-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 @@ -12,7 +12,7 @@ RUN clojure -M:uberjar


# Production image
FROM --platform=amd64 eclipse-temurin:17.0.8_7-jre-jammy
FROM --platform=amd64 eclipse-temurin:17.0.12_7-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.8_7-jre-jammy
FROM --platform=amd64 eclipse-temurin:17.0.12_7-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 e74c4c9

Please sign in to comment.