We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c48388 commit 8be2ccaCopy full SHA for 8be2cca
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.22.2 AS build
+FROM alpine:3.23.0 AS build
2
RUN apk add --no-cache \
3
bash \
4
git \
@@ -10,7 +10,7 @@ RUN cd librespeed-cli && \
10
./build.sh && \
11
mv out/librespeed-cli-$(go env GOOS)-$(go env GOARCH) /usr/local/bin/librespeed-cli
12
13
-FROM alpine:3.22.2 AS runtime
+FROM alpine:3.23.0 AS runtime
14
COPY --from=build /usr/local/bin/librespeed-cli /usr/local/bin/librespeed-cli
15
CMD ["/usr/local/bin/librespeed-cli"]
16
0 commit comments