Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.6.0-jdk11 as builder
FROM gradle:8.12.1-jdk11 as builder

WORKDIR /app
COPY ./build.gradle ./build.gradle
Expand All @@ -12,7 +12,7 @@ ARG VER=1.0
# assume app is already built since it will not build in docker container
RUN tar -xvf build/distributions/spring-boot-${VER}.tar

FROM amazoncorretto:21
FROM amazoncorretto:23

WORKDIR /app
ARG VER=1.0
Expand Down
Loading