Skip to content

Commit

Permalink
Merge pull request #134 from FaySmash/FaySmash-fixed-dockerfile
Browse files Browse the repository at this point in the history
fixed NodeJS Version to 21
  • Loading branch information
Last-Order authored Jul 22, 2024
2 parents 973566d + 55171e6 commit 2a4bc4e
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 AS builder
FROM node:21-alpine AS builder

COPY / /Minyami/

Expand Down

0 comments on commit 2a4bc4e

Please sign in to comment.