Skip to content

Commit

Permalink
Add SHA pin to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Sep 26, 2023
1 parent c75e127 commit 5712852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG FOUNDRY_PASSWORD
ARG FOUNDRY_RELEASE_URL
ARG FOUNDRY_USERNAME
ARG FOUNDRY_VERSION=11.309
ARG NODE_IMAGE_VERSION=18-alpine3.18
ARG NODE_IMAGE_VERSION=18-alpine3.18@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f
ARG VERSION

FROM node:${NODE_IMAGE_VERSION} as compile-typescript-stage
Expand Down

0 comments on commit 5712852

Please sign in to comment.