Skip to content

Commit 44a51cf

Browse files
Bump base image version
1 parent 1891f7e commit 44a51cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miniconda/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN conda install \
1010
requests=2.31.0
1111

1212
# Reset and copy updated files with updated privs to keep image size down
13-
FROM mcr.microsoft.com/devcontainers/base:0-bullseye
13+
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
1414

1515
ARG USERNAME=vscode
1616

0 commit comments

Comments
 (0)