mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-23 04:34:44 +03:00
🚑 Fixes Alpine base image version
This commit is contained in:
parent
669e1e7566
commit
824082ba8c
@ -24,7 +24,7 @@ COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
# Build the final image
|
||||
FROM node:14.17.5-alpine
|
||||
FROM node:16.13.2-alpine
|
||||
|
||||
# Define some ENV Vars
|
||||
ENV PORT=80 \
|
||||
|
Loading…
Reference in New Issue
Block a user