Apply suggestion from @rolandreichweinbmw

This commit is contained in:
William Sciaroni 2026-03-27 08:12:14 -05:00 committed by GitHub
parent 9dab6ca093
commit 9a9712e080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@ ARG BASE_IMAGE_NAME="mcr.microsoft.com/devcontainers/cpp:2@sha256:a5eb5a1e9109af
FROM ${BASE_IMAGE_NAME}
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="3.31.7"
ARG DEBIAN_SNAPSHOT="20260223T000000Z"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]