Point to specific version of the devcontainer

This commit is contained in:
William Sciaroni 2026-03-19 20:59:33 -05:00
parent 2927538dda
commit d6131647d7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE_NAME="mcr.microsoft.com/devcontainers/cpp:2"
ARG BASE_IMAGE_NAME="mcr.microsoft.com/devcontainers/cpp:2@sha256:a5eb5a1e9109af88bf82ebb0f71903608a68144851ed1e4b852e31b251ac59c6"
FROM ${BASE_IMAGE_NAME}

View File

@ -5,7 +5,7 @@
"build": {
"dockerfile": "./Dockerfile",
"args": {
"BASE_IMAGE_NAME": "mcr.microsoft.com/devcontainers/cpp:2"
"BASE_IMAGE_NAME": "mcr.microsoft.com/devcontainers/cpp:2@sha256:a5eb5a1e9109af88bf82ebb0f71903608a68144851ed1e4b852e31b251ac59c6"
},
"context": "./context"
}