Skip to content

Commit b5702d8

Browse files
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] <support@github.com>
1 parent c4347c4 commit b5702d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# $ docker run --rm -i hadolint/hadolint < Dockerfile
66

77
# ---------- build taganaka/SpeedTest binary ----------
8-
FROM alpine:3.22 as compiler
8+
FROM alpine:3.23 as compiler
99

1010
# install build framework and libraries
1111
# hadolint ignore=DL3018
@@ -21,7 +21,7 @@ RUN git clone https://github.com/taganaka/SpeedTest.git . \
2121
&& make
2222

2323
# --------- build application container ----------
24-
FROM alpine:3.22 as runtime
24+
FROM alpine:3.23 as runtime
2525

2626
# install necessary packages and fonts
2727
# hadolint ignore=DL3018

0 commit comments

Comments
 (0)