From 4c6b7b96c778ae7066c6a05f26e6260923b7b0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:28:01 +0000 Subject: [PATCH] [Docker] Bump amazoncorretto from 21-alpine to 22-alpine in /application Bumps amazoncorretto from 21-alpine to 22-alpine. --- updated-dependencies: - dependency-name: amazoncorretto 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 6169ed765..c949ce7fe 100644 --- a/application/Dockerfile +++ b/application/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21-alpine +FROM amazoncorretto:22-alpine VOLUME /tmp