Skip to content

Commit

Permalink
[Fix] Using node 18 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 4, 2024
1 parent 042b0f3 commit 001a31e
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:19.7.0-alpine
FROM node:18.17.0-alpine

# Create destination directory
RUN mkdir -p /usr/src/website
Expand Down

0 comments on commit 001a31e

Please sign in to comment.