Skip to content

Commit f0261a9

Browse files
committed
Pull the image from mcr.microsoft.com/devcontainers/
microsoft/vscode-dev-containers#1589
1 parent 5c1b77d commit f0261a9

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,6 +1,6 @@
11
# [Choice] Ubuntu version (use ubuntu-22.04 or ubuntu-18.04 on local arm64/Apple Silicon): ubuntu-22.04, ubuntu-20.04, ubuntu-18.04
22
ARG VARIANT=ubuntu-20.04
3-
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
3+
FROM mcr.microsoft.com/devcontainers/base:0-${VARIANT}
44

55
# [Optional] Uncomment this section to install additional OS packages.
66
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)