You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/cpp/.devcontainer/base.Dockerfile
2
2
# [Choice] Debian / Ubuntu version (use Debian 11/9, Ubuntu 18.04/21.04 on local arm64/Apple Silicon): debian-11, debian-10, debian-9, ubuntu-21.04, ubuntu-20.04, ubuntu-18.04
3
3
ARG VARIANT=debian-11
4
-
FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT}
4
+
FROM mcr.microsoft.com/devcontainers/cpp:0-${VARIANT}
5
5
6
6
# [Optional] Uncomment this section to install additional packages.
7
7
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
0 commit comments