Skip to content

Commit

Permalink
Merge pull request #165 from WyriHaximus/switch-to-github-hosted-base…
Browse files Browse the repository at this point in the history
…-image

Switch to GitHub hosted base image
  • Loading branch information
WyriHaximus committed Jul 2, 2024
2 parents 777810c + ad49107 commit ce8fde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM wyrihaximusnet/php:7.4-nts-alpine-dev-root AS install-dependencies
FROM ghcr.io/wyrihaximusnet/php:7.4-nts-alpine-dev-root AS install-dependencies
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN mkdir /workdir
WORKDIR /workdir
Expand All @@ -8,7 +8,7 @@ COPY ./composer.* ./wait.php /workdir/
RUN composer install --ansi --no-progress --no-interaction --prefer-dist --no-dev

## Compile runtime image
FROM wyrihaximusnet/php:7.4-nts-alpine-root AS runtime
FROM ghcr.io/wyrihaximusnet/php:7.4-nts-alpine-root AS runtime
RUN mkdir /workdir
WORKDIR /workdir
COPY --from=install-dependencies /workdir/ /workdir/
Expand Down

0 comments on commit ce8fde7

Please sign in to comment.