From 94400dc685adb0a2cb0881eaf0216ddb188ba626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:25:38 +0000 Subject: [PATCH] Bump alpine from 3.18 to 3.20 Bumps alpine from 3.18 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed540ec..2c7dad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN --mount=type=bind,source=src,target=src \ # runtime dependencies for the application. This often uses a different base # image from the build stage where the necessary files are copied from the build # stage. -FROM alpine:3.18 AS final +FROM alpine:3.20 AS final WORKDIR /app