Skip to content

Commit

Permalink
Locked the node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremythuff committed Nov 10, 2022
1 parent afa8018 commit ee47c6b
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 @@ -6,7 +6,7 @@ ARG NPM_REGISTRY=upstream
ARG NODE_ENV=development

# Node stage.
FROM node:lts-slim as build
FROM node:16-slim as build
ARG USER_ID
ARG USER_NAME
ARG SOURCE_DIR
Expand Down

0 comments on commit ee47c6b

Please sign in to comment.