From 2af3f857116500accffe493acc2d78f2f2a81d4b Mon Sep 17 00:00:00 2001 From: LimpidCrypto Date: Tue, 18 Jun 2024 15:10:03 +0000 Subject: [PATCH] undo Dockerfile changes made by auto-fill-txn merge --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f56adafc..5c8dfd5f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ -FROM mcr.microsoft.com/devcontainers/rust:1.0-1-bullseye +FROM mcr.microsoft.com/devcontainers/rust:1-1-bookworm # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ -# && apt-get -y install --no-install-recommends +# && apt-get -y install --no-install-recommends \ No newline at end of file