Skip to content

Commit

Permalink
Merge branch 'master' into vtk-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiddons committed Nov 24, 2024
2 parents 22c171a + 9cae10d commit 1c590b3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 33 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM caddy:2.8.4 AS caddy

# development
FROM composer:2.8.2 AS composer
FROM composer:2.8.3 AS composer

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN \
--optimize; \
fi

FROM php:8.3.13-cli-alpine AS php-cli
FROM php:8.4.1-cli-alpine AS php-cli

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down Expand Up @@ -99,7 +99,7 @@ COPY docker/php-cli/entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]

FROM php:8.3.13-fpm-alpine AS php-fpm
FROM php:8.4.1-fpm-alpine AS php-fpm

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down
63 changes: 33 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c590b3

Please sign in to comment.