Browse Source
Merge pull request #2380 from doccano/fix/node-image-version
Update node image version
pull/2296/merge
Hiroki Nakayama
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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/ |
|
|
|