Browse Source

Merge pull request #2380 from doccano/fix/node-image-version

Update node image version
master
Hiroki Nakayama 1 month ago
committed by GitHub
parent
commit
caf96203c2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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