Skip to content

Commit 8be2cca

Browse files
Bump alpine from 3.22.2 to 3.23.0 (#47)
1 parent 0c48388 commit 8be2cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.2 AS build
1+
FROM alpine:3.23.0 AS build
22
RUN apk add --no-cache \
33
bash \
44
git \
@@ -10,7 +10,7 @@ RUN cd librespeed-cli && \
1010
./build.sh && \
1111
mv out/librespeed-cli-$(go env GOOS)-$(go env GOARCH) /usr/local/bin/librespeed-cli
1212

13-
FROM alpine:3.22.2 AS runtime
13+
FROM alpine:3.23.0 AS runtime
1414
COPY --from=build /usr/local/bin/librespeed-cli /usr/local/bin/librespeed-cli
1515
CMD ["/usr/local/bin/librespeed-cli"]
1616

0 commit comments

Comments
 (0)