mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
update node image version
This commit is contained in:
parent
6ec6eec214
commit
f7c211b748
@ -1,4 +1,4 @@
|
||||
FROM node:16.13.2-alpine AS BUILD_IMAGE
|
||||
FROM node:16.14.2-alpine AS BUILD_IMAGE
|
||||
|
||||
# Set the platform to build image for
|
||||
ARG TARGETPLATFORM
|
||||
@ -25,7 +25,7 @@ COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
# Production stage
|
||||
FROM node:16.13.2-alpine
|
||||
FROM node:16.14.2-alpine
|
||||
|
||||
# Define some ENV Vars
|
||||
ENV PORT=80 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user