From 4ab2848aa087f024ca5fcf27b89a02ef9b685d53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:26:19 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:1-18 docker digest to a1528a6 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e571ca6..c9d2a49 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:8704831ace86a872ced98296835585d55e3ea6c14c7e5c7b10f2c503541d7409 +FROM mcr.microsoft.com/devcontainers/typescript-node:1-18@sha256:a1528a6939a163dacb99e2b5308f186aa691768b44c8da7e0321873145d23352 COPY --from=dockerfile-lint /bin/hadolint /usr/bin/hadolint COPY --from=shellcheck /bin/shellcheck /usr/bin/