diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5e55e2f..2604d2a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ FROM hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 AS dockerfile-lint FROM koalaman/shellcheck:v0.10.0@sha256:2097951f02e735b613f4a34de20c40f937a6c8f18ecb170612c88c34517221fb AS shellcheck -FROM mcr.microsoft.com/devcontainers/typescript-node:1-18@sha256:7b6e4e0802077d8af4d003972b2e90f31086bef504d296f9ea5ef9a621daaa42 +FROM mcr.microsoft.com/devcontainers/typescript-node:1-18@sha256:1da5f375da1b7bc4e3208646e944f587939321f6cb55b49d01233a798d513f7f COPY --from=dockerfile-lint /bin/hadolint /usr/bin/hadolint COPY --from=shellcheck /bin/shellcheck /usr/bin/