mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
update node image version
This commit is contained in:
parent
6ec6eec214
commit
f7c211b748
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue