diff --git a/Dockerfile b/Dockerfile index 7227335..b914a9c 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:e49fade89401326ed40798d3ac2b5c1be033e0da2c4cd00a54331448d6bd9938 +FROM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:78195721f6e2fb59c204642f0036607c8fc2cc1ba984688891f58542fe1759bf WORKDIR /opt/loinc-conversion EXPOSE 8080/tcp ENV NODE_ENV=production \