Skip to content

Commit

Permalink
Bump the centralized-spring-docker-deps group across 1 directory with…
Browse files Browse the repository at this point in the history
… 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.10.1-jdk11

Updates `amazoncorretto` from 21 to 22

---
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]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 364ad71 commit 558ccc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centralized-sampling-tests/sample-apps/spring-boot/Dockerfile
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.10.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:22

WORKDIR /app
ARG VER=1.0
Expand Down

0 comments on commit 558ccc4

Please sign in to comment.