From 66622b0b48ae10f49072ed4122b3e190d71b0800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:02:48 +0000 Subject: [PATCH] Bump library/amazoncorretto from 22-alpine to 25-alpine Bumps library/amazoncorretto from 22-alpine to 25-alpine. --- updated-dependencies: - dependency-name: library/amazoncorretto dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6207702..9ac5a00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM library/amazoncorretto:22-alpine +FROM library/amazoncorretto:25-alpine LABEL maintainer="John Stephenson, https://github.com/johnnyfleet" HEALTHCHECK --interval=5s \