Skip to content

Commit

Permalink
Update Node image version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jan 14, 2024
1 parent 1898162 commit 70bad85
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.315
ARG NODE_IMAGE_VERSION=18-alpine3.18
ARG NODE_IMAGE_VERSION=20-alpine3.19
ARG VERSION

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

0 comments on commit 70bad85

Please sign in to comment.