Skip to content

Commit

Permalink
Use node:16-slim (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling authored Oct 28, 2022
1 parent 5fb0205 commit e991e33
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 @@ -3,7 +3,7 @@ ARG USER_ID=3001
ARG USER_NAME=weaver
ARG SOURCE_DIR=/$USER_NAME/source

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 e991e33

Please sign in to comment.