mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 23:24:38 +02:00
🔀 Merge pull request #460 from Lissy93/snyk-fix-72da044516515d270eb6242a6ec4c07b
[Snyk] Security upgrade node from 14.17.5-alpine to 14.18.2-alpine
This commit is contained in:
commit
4b2d2c5f19
@ -1,4 +1,4 @@
|
|||||||
FROM node:14.17.5-alpine AS BUILD_IMAGE
|
FROM node:14.18.2-alpine AS BUILD_IMAGE
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
|
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
|
||||||
@ -24,7 +24,7 @@ COPY . ./
|
|||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
# Build the final image
|
# Build the final image
|
||||||
FROM node:14.17.5-alpine
|
FROM node:14.18.2-alpine
|
||||||
|
|
||||||
# Define some ENV Vars
|
# Define some ENV Vars
|
||||||
ENV PORT=80 \
|
ENV PORT=80 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user