Skip to content

Commit

Permalink
feat: update dockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Aug 14, 2024
1 parent 3c35519 commit 333a593
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 @@
# Build frontend dist.
FROM node:14.18.2-alpine3.14 AS frontend
FROM node:20.16.0-alpine3.19 AS frontend
WORKDIR /frontend-build

COPY ./frontend/ .
Expand Down

0 comments on commit 333a593

Please sign in to comment.