From ec20bfe8015708acc0b71d2adb3be5a7fcf9a41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:07:32 +0000 Subject: [PATCH] [Docker] Bump amazoncorretto from 21-alpine to 25-alpine in /application Bumps amazoncorretto from 21-alpine to 25-alpine. --- updated-dependencies: - dependency-name: amazoncorretto dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Dockerfile b/application/Dockerfile index 23d4478..a41eab7 100644 --- a/application/Dockerfile +++ b/application/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21-alpine +FROM amazoncorretto:25-alpine VOLUME /tmp