Browse Source

Update node image version

pull/2380/head
Hironsan 1 month ago
parent
commit
e352d92479
1 changed files with 1 additions and 1 deletions
  1. 2
      docker/Dockerfile.nginx

2
docker/Dockerfile.nginx

@ -1,4 +1,4 @@
ARG NODE_VERSION="16.16-bullseye-slim"
ARG NODE_VERSION="18.20-bullseye-slim"
FROM node:${NODE_VERSION} AS frontend-builder
COPY frontend/ /app/

Loading…
Cancel
Save