From b76bbcef7095f948926cff6137bdbe6aa56a6a33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:30:17 +0100 Subject: [PATCH] chore(deps): update gcr.io/distroless/nodejs20-debian12:nonroot docker digest to be5436e (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c216fe..e7142b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV NODE_ENV=development RUN npm clean-install COPY tests/e2e tests/e2e -FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:78195721f6e2fb59c204642f0036607c8fc2cc1ba984688891f58542fe1759bf +FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:be5436e048774ed25dad420c8cc6c16b4e58ebfad05b91851b172d726620ad9c WORKDIR /opt/loinc-conversion EXPOSE 8080/tcp ENV NODE_ENV=production \