[DRAFT!] Bump alpine: pinned '3.12' → 'latest'

This commit is contained in:
GlassedSilver
2021-09-18 17:22:11 +02:00
parent bd2443b1e9
commit f7e0b3e86b

View File

@@ -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 \