Skip to content

Commit

Permalink
Merge pull request #873 from aws-observability/dependabot/docker/cent…
Browse files Browse the repository at this point in the history
…ralized-sampling-tests/sample-apps/spring-boot/centralized-spring-docker-deps-b008314f6c

Bump the centralized-spring-docker-deps group in /centralized-sampling-tests/sample-apps/spring-boot with 2 updates
  • Loading branch information
vasireddy99 authored Dec 11, 2023
2 parents 12fbc31 + 376b956 commit f387ce1
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.3.0-jdk11 as builder
FROM gradle:8.5.0-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:20
FROM amazoncorretto:21

WORKDIR /app
ARG VER=1.0
Expand Down

0 comments on commit f387ce1

Please sign in to comment.