We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3aeb8 commit 70c23f1Copy full SHA for 70c23f1
binary-builder-musl/Dockerfile
@@ -1,7 +1,7 @@
1
# The SHA below is rust:1.80.1-alpine3.19, fixing to a specific SHA
2
# rather than a mutable tag, stops rebuilds completely changing the
3
# contents of the container without us realising.
4
-FROM rust@sha256:b3ac1f65cf33390407c9b90558eb41e7a8311c47d836fca5800960f1aa2d11d5
+FROM rust@sha256:fcd390e0a3a6bfcf26969861efbe7b864df052aa71a361cf3cd7c5c585b1b413
5
6
# Update packages and package manager to keep us current
7
RUN apk update && apk upgrade
0 commit comments