We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63a6a8 commit 356db9cCopy full SHA for 356db9c
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.73.0-bullseye
+FROM rust:1.78.0-bullseye
2
3
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4
# Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
Dockerfile
@@ -2,7 +2,7 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.3.0 AS xx
5
-FROM --platform=$BUILDPLATFORM rust:1.73.0-bullseye AS builder
+FROM --platform=$BUILDPLATFORM rust:1.78.0-bullseye AS builder
6
7
COPY --from=xx / /
8
0 commit comments