mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🚑 Fixes Alpine base image version
This commit is contained in:
parent
cadae7c113
commit
ce7c4eeb8b
@ -1,4 +1,4 @@
|
||||
FROM node:16.13.2-alpine3.15 AS BUILD_IMAGE
|
||||
FROM node:16.13.2-alpine3.14 AS BUILD_IMAGE
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
|
||||
@ -24,7 +24,7 @@ COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
# Build the final image
|
||||
FROM node:16.13.2-alpine3.15
|
||||
FROM node:16.13.2-alpine3.14
|
||||
|
||||
# Define some ENV Vars
|
||||
ENV PORT=80 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user