Skip to content

Commit

Permalink
Merge pull request #515 from TAMULib/docker-build-fix
Browse files Browse the repository at this point in the history
Locked the node version to 16
  • Loading branch information
jmicah authored Nov 11, 2022
2 parents afa8018 + ee47c6b commit fb16f30
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 fb16f30

Please sign in to comment.