Skip to content

Commit c8f1d4b

Browse files
authored
Update image (#18)
1 parent bd68544 commit c8f1d4b

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/tree/v0.195.0/containers/cpp/.devcontainer/base.Dockerfile
22
# [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
33
ARG VARIANT=debian-11
4-
FROM mcr.microsoft.com/vscode/devcontainers/cpp:0-${VARIANT}
4+
FROM mcr.microsoft.com/devcontainers/cpp:0-${VARIANT}
55

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

0 commit comments

Comments
 (0)