Skip to content

Commit

Permalink
Bump eclipse-temurin from 17-jre-alpine to 21-jre-alpine
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 17-jre-alpine to 21-jre-alpine.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Change-Id: I4137352f295513a5ebeb8498c95b519e4d67872e
  • Loading branch information
dependabot[bot] authored and ModeSevenIndustrialSolutions committed Oct 23, 2024
1 parent f5d22b1 commit 5aac8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM eclipse-temurin:17 as builder
FROM eclipse-temurin:21 as builder
COPY . ./bff
WORKDIR /bff

RUN ./gradlew assemble

FROM eclipse-temurin:17-jre-alpine
FROM eclipse-temurin:21-jre-alpine
USER nobody
ARG JAR_FILE=/bff/app/build/libs/app.jar
COPY --from=builder ${JAR_FILE} app.jar
Expand Down

0 comments on commit 5aac8e5

Please sign in to comment.