Skip to content

Commit 2c0bf87

Browse files
Update mcr.microsoft.com/devcontainers/base Docker tag to v2.1.11 (#4423)
1 parent be3afc3 commit 2c0bf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/build-devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN rm -f /etc/apt/sources.list.d/yarn.list && \
2727
rm -rf /var/lib/apt/lists/*
2828

2929
# Final stage to copy only the required files after installation
30-
FROM mcr.microsoft.com/devcontainers/base:2.1.8-debian12@sha256:17e6cc517b483d1108b333d4c34352b0a21617f0117052e9b259d47113a9dc37 AS final
30+
FROM mcr.microsoft.com/devcontainers/base:2.1.11-debian12@sha256:bb7b81b6e5be17b5267f92f4ffda534fea37dab1df97b5e86c1f9b91da5c0b5d AS final
3131

3232
# Copy only the conda environment and site-packages from build stage
3333
COPY --from=build /opt/conda /opt/conda

0 commit comments

Comments
 (0)