Skip to content

Commit 4320328

Browse files
Bump the centralized-spring-docker-deps group across 1 directory with 2 updates
Bumps the centralized-spring-docker-deps group with 2 updates in the /centralized-sampling-tests/sample-apps/spring-boot directory: gradle and amazoncorretto. Updates `gradle` from 8.6.0-jdk11 to 8.12.1-jdk11 Updates `amazoncorretto` from 21 to 23 --- updated-dependencies: - dependency-name: gradle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: centralized-spring-docker-deps - dependency-name: amazoncorretto dependency-type: direct:production update-type: version-update:semver-major dependency-group: centralized-spring-docker-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 645a27a commit 4320328

File tree

1 file changed

+2
-2
lines changed
  • centralized-sampling-tests/sample-apps/spring-boot

1 file changed

+2
-2
lines changed

centralized-sampling-tests/sample-apps/spring-boot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gradle:8.6.0-jdk11 as builder
1+
FROM gradle:8.12.1-jdk11 as builder
22

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

15-
FROM amazoncorretto:21
15+
FROM amazoncorretto:23
1616

1717
WORKDIR /app
1818
ARG VER=1.0

0 commit comments

Comments
 (0)