Skip to content

Commit

Permalink
chore: bump devcontainers/rust in /.devcontainer/base-image
Browse files Browse the repository at this point in the history
Bumps devcontainers/rust from 0.203.12-1-bullseye to 1-1-bullseye.

---
updated-dependencies:
- dependency-name: devcontainers/rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 15, 2023
1 parent fd9eefa commit be529a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/base-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Some of this is shared with /Dockerfile

FROM mcr.microsoft.com/devcontainers/rust:0.203.12-1-bullseye
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit be529a4

Please sign in to comment.