Skip to content

Commit

Permalink
Bump alpine from 3.21.0 to 3.21.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.21.0 to 3.21.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and danieletorelli committed Jan 9, 2025
1 parent 4501bb8 commit 3559864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS build
FROM alpine:3.21.2 AS build
RUN apk add --no-cache \
bash \
git \
Expand All @@ -10,7 +10,7 @@ RUN cd librespeed-cli && \
./build.sh && \
mv out/librespeed-cli-$(go env GOOS)-$(go env GOARCH) /usr/local/bin/librespeed-cli

FROM alpine:3.21.0 AS runtime
FROM alpine:3.21.2 AS runtime
COPY --from=build /usr/local/bin/librespeed-cli /usr/local/bin/librespeed-cli
CMD ["/usr/local/bin/librespeed-cli"]

0 comments on commit 3559864

Please sign in to comment.