mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 08:53:20 +03:00
[DRAFT!] Bump alpine: pinned '3.12' → 'latest'
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.12 as frontend
|
FROM alpine:latest as frontend
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
npm
|
npm
|
||||||
@@ -15,7 +15,7 @@ RUN ng build --prod
|
|||||||
|
|
||||||
#--------------#
|
#--------------#
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:latest
|
||||||
|
|
||||||
ENV UID=1000 \
|
ENV UID=1000 \
|
||||||
GID=1000 \
|
GID=1000 \
|
||||||
|
|||||||
Reference in New Issue
Block a user