We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbe739 commit c4fa78cCopy full SHA for c4fa78c
Dockerfile
@@ -3,7 +3,7 @@ FROM nginx:alpine AS base
3
# copy from dist to nginx root dir
4
COPY ./conf/nginx.conf /etc/nginx/nginx.conf
5
6
-FROM node:20-alpine AS builder
+FROM node:22-alpine AS builder
7
# set working directory
8
WORKDIR /app
9
0 commit comments