Skip to content

Commit

Permalink
Merge pull request #25 from wisemen-digital/bugfix/from-as-casing
Browse files Browse the repository at this point in the history
Update FROM AS casing because deprecaton
  • Loading branch information
daanpersoons authored Nov 13, 2024
2 parents a2c2ed1 + cd87834 commit 6342e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG PHP_VERSION=8.3
# --- Stage 1: Build ---
#

FROM lorisleiva/laravel-docker:${PHP_VERSION} as build
FROM lorisleiva/laravel-docker:${PHP_VERSION} AS build

ARG BUILD_COMMIT
ARG BUILD_NUMBER
Expand All @@ -29,7 +29,7 @@ RUN composer dump-autoload --optimize --classmap-authoritative \
# --- Stage 2: Run ---
#

FROM ghcr.io/wisemen-digital/php-base:${PHP_VERSION} as final
FROM ghcr.io/wisemen-digital/php-base:${PHP_VERSION} AS final

ARG BUILD_COMMIT
ARG BUILD_NUMBER
Expand Down

0 comments on commit 6342e82

Please sign in to comment.