mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:45:56 +00:00
chore: update docker image version
This commit is contained in:
parent
5868cfa8a0
commit
e9c5ea415c
@ -1,4 +1,4 @@
|
|||||||
FROM node:16 as builder
|
FROM node:18 as builder
|
||||||
ARG VERDACCIO_URL=http://host.docker.internal:10104/
|
ARG VERDACCIO_URL=http://host.docker.internal:10104/
|
||||||
ARG COMIT_HASH
|
ARG COMIT_HASH
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ RUN cd /app \
|
|||||||
&& tar -zcf ./nocobase.tar.gz -C /app/my-nocobase-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 apt-get update && apt-get install -y nginx
|
||||||
|
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
|
Loading…
Reference in New Issue
Block a user