We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645a27a commit 4320328Copy full SHA for 4320328
centralized-sampling-tests/sample-apps/spring-boot/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:8.6.0-jdk11 as builder
+FROM gradle:8.12.1-jdk11 as builder
2
3
WORKDIR /app
4
COPY ./build.gradle ./build.gradle
@@ -12,7 +12,7 @@ ARG VER=1.0
12
# assume app is already built since it will not build in docker container
13
RUN tar -xvf build/distributions/spring-boot-${VER}.tar
14
15
-FROM amazoncorretto:21
+FROM amazoncorretto:23
16
17
18
ARG VER=1.0
0 commit comments