Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

###### BINARY BUILD
FROM rustlang/rust:nightly-alpine3.21@sha256:58e3bec5e2353e0c679c038d6fa5f018063de167ab3b5e38afdc87754b354aed AS build
FROM rustlang/rust:nightly-alpine3.21@sha256:e9b2f3be655385897fe8140d8abad98d2db8304fefcb43339dc2389e9597f1d8 AS build

RUN apk upgrade && apk add --no-cache \
git \
Expand Down
Loading