fix alpine image tag

This commit is contained in:
Jonas Leder 2021-08-16 19:12:31 +02:00
parent 50fc8010b7
commit 5d5ab37b36

View file

@ -14,7 +14,7 @@ COPY --from=buildJS /build /build
RUN cd /build/public/API && composer install
# Prepare Webserver
FROM alpine:alpine
FROM alpine:latest
# |--------------------------------------------------------------------------
# | install dependencies