Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust:1.73.0 docker digest to 7e9edbf #718

Merged
merged 1 commit into from
Nov 1, 2023
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.73.0@sha256:0dc5fcb189be90ebbee985925219f888c257d90f3870b1e7c987e46b0acb5c5e as builder
FROM rust:1.73.0@sha256:7e9edbf6b8b166ac97abb0ea5db6afa64fff38e6b22163af75a116ba560ffd88 as builder

ARG TARGET=x86_64-unknown-linux-musl
ARG APPLICATION_NAME
Expand Down