We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e29556 commit a539fceCopy full SHA for a539fce
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.92.0-trixie
+FROM rust:1.93.0-trixie
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.9.0 AS xx
5
-FROM --platform=$BUILDPLATFORM rust:1.92.0-trixie AS builder
+FROM --platform=$BUILDPLATFORM rust:1.93.0-trixie AS builder
6
7
COPY --from=xx / /
8
0 commit comments