Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaiNguyenDuc authored Jun 4, 2024
1 parent 552a43c commit 47a084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Stage 1: Build the react application
FROM alpine:3.19 as build
FROM node:22-alpine3.19 as build

# Configure the main working directory inside the docker image.
# This is the base directory used in any further RUN, COPY, and ENTRYPOINT
Expand Down

0 comments on commit 47a084e

Please sign in to comment.