mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 16:20:03 +00:00
🚑 Fixes Alpine base image version
This commit is contained in:
+1
-1
@@ -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:16.13.2-alpine
|
||||||
|
|
||||||
# Define some ENV Vars
|
# Define some ENV Vars
|
||||||
ENV PORT=80 \
|
ENV PORT=80 \
|
||||||
|
|||||||
Reference in New Issue
Block a user