Skip to content

Commit 4a782fb

Browse files
authored
Reference v0.163.0 definition given master will soon become main
1 parent d65c9f4 commit 4a782fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/master/containers/python-3/.devcontainer/base.Dockerfile
1+
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.163.0/containers/python-3/.devcontainer/base.Dockerfile
22
ARG VARIANT="3"
33
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
44

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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/master/containers/python-3
2+
// https://github.com/microsoft/vscode-dev-containers/tree/v0.163.0/containers/python-3
33
{
44
"name": "Python 3",
55
"build": {

0 commit comments

Comments
 (0)