mirror of https://github.com/Lissy93/dashy.git
⬆ Upgrade to Node 20.11.1 LTS
This commit is contained in:
parent
b5482ee01d
commit
ded96b5578
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.13.2-alpine AS BUILD_IMAGE
|
||||
FROM node:20.11.1-alpine AS BUILD_IMAGE
|
||||
|
||||
# Set the platform to build image for
|
||||
ARG TARGETPLATFORM
|
||||
|
@ -25,7 +25,7 @@ COPY . ./
|
|||
RUN yarn build --mode production
|
||||
|
||||
# Production stage
|
||||
FROM node:16.13.2-alpine
|
||||
FROM node:20.11.1-alpine
|
||||
|
||||
# Define some ENV Vars
|
||||
ENV PORT=80 \
|
||||
|
|
Loading…
Reference in New Issue