Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
XYZLassi authored Mar 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7b2dfd0 commit 6939865
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,5 +1,5 @@
# Stage 1
FROM node:alpine as build-step
FROM node:alpine3.18 as build-step

RUN mkdir -p /app

0 comments on commit 6939865

Please sign in to comment.