Skip to content

Commit

Permalink
Dockerfile: Use node:20-alpine base image
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Aug 14, 2023
1 parent 5038bf9 commit 4714590
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
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:20-alpine
RUN mkdir /app
WORKDIR /app
COPY package*.json /app
Expand Down

0 comments on commit 4714590

Please sign in to comment.