fix alpine image tag
This commit is contained in:
parent
50fc8010b7
commit
5d5ab37b36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue