Skip to content

Commit

Permalink
devcontainer: Explicitly bump the base image revision
Browse files Browse the repository at this point in the history
This will trigger an image rebuild when a new toolchain is released.
  • Loading branch information
barrbrain committed Nov 17, 2023
1 parent 1a77439 commit 4f05f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/rust:1-1-bookworm
FROM mcr.microsoft.com/devcontainers/rust:1.0.5-1-bookworm
RUN dpkg --add-architecture arm64 \
&& apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 4f05f59

Please sign in to comment.