Skip to content

Commit

Permalink
update node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Dec 26, 2024
1 parent cbbe739 commit c4fa78c
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
Expand Up @@ -3,7 +3,7 @@ FROM nginx:alpine AS base
# copy from dist to nginx root dir
COPY ./conf/nginx.conf /etc/nginx/nginx.conf

FROM node:20-alpine AS builder
FROM node:22-alpine AS builder
# set working directory
WORKDIR /app

Expand Down

0 comments on commit c4fa78c

Please sign in to comment.