Skip to content
Snippets Groups Projects
Commit 5d5ab37b authored by Jonas Leder's avatar Jonas Leder
Browse files

fix alpine image tag

parent 50fc8010
Branches
No related tags found
1 merge request!3Alpine webserver
Pipeline #1267 failed
...@@ -14,7 +14,7 @@ COPY --from=buildJS /build /build ...@@ -14,7 +14,7 @@ COPY --from=buildJS /build /build
RUN cd /build/public/API && composer install RUN cd /build/public/API && composer install
# Prepare Webserver # Prepare Webserver
FROM alpine:alpine FROM alpine:latest
# |-------------------------------------------------------------------------- # |--------------------------------------------------------------------------
# | install dependencies # | install dependencies
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment