There was an error while loading. Please reload this page.
1 parent be3afc3 commit 2c0bf87Copy full SHA for 2c0bf87
1 file changed
.devcontainer/build-devcontainer/Dockerfile
@@ -27,7 +27,7 @@ RUN rm -f /etc/apt/sources.list.d/yarn.list && \
27
rm -rf /var/lib/apt/lists/*
28
29
# 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
+FROM mcr.microsoft.com/devcontainers/base:2.1.11-debian12@sha256:bb7b81b6e5be17b5267f92f4ffda534fea37dab1df97b5e86c1f9b91da5c0b5d AS final
31
32
# Copy only the conda environment and site-packages from build stage
33
COPY --from=build /opt/conda /opt/conda
0 commit comments