Skip to content

Commit 484807c

Browse files
authored
Update image (microsoft#55)
1 parent e0924bf commit 484807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.202.3/containers/python-3/.devcontainer/base.Dockerfile
22
# [Choice] Python version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.9, 3.8, 3.7, 3.6, 3-bullseye, 3.9-bullseye, 3.8-bullseye, 3.7-bullseye, 3.6-bullseye, 3-buster, 3.9-buster, 3.8-buster, 3.7-buster, 3.6-buster
33
ARG VARIANT=3-bullseye
4-
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
4+
FROM mcr.microsoft.com/devcontainers/python:0-${VARIANT}
55

66
# [Optional] Allow the vscode user to pip install globally w/o sudo
77
ENV PIP_TARGET=/usr/local/pip-global

0 commit comments

Comments
 (0)