Skip to content

Commit

Permalink
Bump eclipse-temurin from 21-jdk to 22-jdk
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 21-jdk to 22-jdk.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 4662d21 commit 04f2620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM maven:3.9.5-amazoncorretto-21 AS build
COPY . .
RUN mvn clean package -DskipTests

FROM eclipse-temurin:21-jdk
FROM eclipse-temurin:22-jdk
WORKDIR /alura-flix-api
ARG JAR_FILE=target/*.jar
COPY --from=build ${JAR_FILE} alura-flix-api.jar
Expand Down

0 comments on commit 04f2620

Please sign in to comment.