mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Point to specific version of the devcontainer
This commit is contained in:
parent
2927538dda
commit
d6131647d7
@ -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}
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user