From b5702d8732db3458ee45e2a28025ca143d2d1363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:01:34 +0000 Subject: [PATCH] Bump alpine from 3.22 to 3.23 in /container Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/Dockerfile b/container/Dockerfile index 943fccb..84d1dd6 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -5,7 +5,7 @@ # $ docker run --rm -i hadolint/hadolint < Dockerfile # ---------- build taganaka/SpeedTest binary ---------- -FROM alpine:3.22 as compiler +FROM alpine:3.23 as compiler # install build framework and libraries # hadolint ignore=DL3018 @@ -21,7 +21,7 @@ RUN git clone https://github.com/taganaka/SpeedTest.git . \ && make # --------- build application container ---------- -FROM alpine:3.22 as runtime +FROM alpine:3.23 as runtime # install necessary packages and fonts # hadolint ignore=DL3018