Skip to content

Commit a856cfd

Browse files
chore: update devcontainer comments
1 parent 11cb188 commit a856cfd

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# [Choice] Debian / Ubuntu version: debian-10, debian-9, ubuntu-20.04, ubuntu-18.04
2-
# See https://github.com/microsoft/vscode-dev-containers/tree/master/containers/debian
1+
# [Choice] Debian / Ubuntu version: debian-12, debian-11, ubuntu-24.04, ubuntu-22.04
2+
# See https://github.com/devcontainers/images/tree/main/src/base-debian
3+
# and https://github.com/devcontainers/images/tree/main/src/base-ubuntu
34
ARG VARIANT=debian-12
45
FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
56

@@ -48,7 +49,7 @@ RUN /bin/bash /tmp/node.sh 20.x
4849
COPY scripts/docker-client.sh /tmp/
4950
RUN /bin/bash /tmp/docker-client.sh
5051

51-
#Add user to docker group
52+
# Add user to docker group
5253
RUN sudo groupadd docker && sudo usermod -aG docker $USERNAME && newgrp docker
5354

5455
# act

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
2-
// https://github.com/microsoft/vscode-dev-containers/tree/v0.117.1/containers/go
1+
// For format details, see https://aka.ms/vscode-remote/devcontainer.json
2+
// or this file's README at: https://github.com/devcontainers/images/tree/main/src/go
33
{
44
"name": "devcontainers-ci",
55
"dockerFile": "Dockerfile",

0 commit comments

Comments
 (0)