mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +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 \
|
||||
npm
|
||||
@@ -15,7 +15,7 @@ RUN ng build --prod
|
||||
|
||||
#--------------#
|
||||
|
||||
FROM alpine:3.12
|
||||
FROM alpine:latest
|
||||
|
||||
ENV UID=1000 \
|
||||
GID=1000 \
|
||||
|
||||
Reference in New Issue
Block a user