Skip to content

Commit

Permalink
Merge pull request #46 from cron-eu/github-actions-update
Browse files Browse the repository at this point in the history
Fix Dockerfile code style
  • Loading branch information
baschny authored Oct 10, 2024
2 parents 4107082 + 8d01496 commit 1097faa
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 @@ -7,7 +7,7 @@ ARG NODE_VERSION=18

# -------------------------------------------------------------------------

FROM php:${PHP_MINOR_VERSION}-fpm as php-fpm
FROM php:${PHP_MINOR_VERSION}-fpm AS php-fpm

ARG PHP_MINOR_VERSION

Expand Down Expand Up @@ -134,7 +134,7 @@ CMD [ "php-fpm" ]

# -------------------------------------------------------------------------

FROM php-fpm as ssh
FROM php-fpm AS ssh

ARG NODE_VERSION
ARG PHP_MINOR_VERSION
Expand Down

0 comments on commit 1097faa

Please sign in to comment.