From d2245e0e1371db9dbc771f2b0445ab864d2a2181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:23:23 +0000 Subject: [PATCH] [Docker] Bump amazoncorretto from 21-alpine to 26-alpine in /application Bumps amazoncorretto from 21-alpine to 26-alpine. --- updated-dependencies: - dependency-name: amazoncorretto dependency-version: 26-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 6ccc3e2..2c86f4e 100644 --- a/application/Dockerfile +++ b/application/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21-alpine +FROM amazoncorretto:26-alpine VOLUME /tmp