chore: update docker image version

This commit is contained in:
chareice 2023-04-24 13:03:15 +08:00
parent 5868cfa8a0
commit e9c5ea415c

View File

@ -1,4 +1,4 @@
FROM node:16 as builder
FROM node:18 as builder
ARG VERDACCIO_URL=http://host.docker.internal:10104/
ARG COMIT_HASH
@ -41,7 +41,7 @@ RUN cd /app \
&& tar -zcf ./nocobase.tar.gz -C /app/my-nocobase-app .
FROM node:16-stretch-slim
FROM node:18-bullseye-slim
RUN apt-get update && apt-get install -y nginx
RUN rm -rf /etc/nginx/sites-enabled/default