Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LitusProject/Litus
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ff1cult0 committed Sep 3, 2024
2 parents 86431c0 + 02a473f commit f3a6870
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN \
--optimize; \
fi

FROM php:8.3.10-cli-alpine AS php-cli
FROM php:8.3.11-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.10-fpm-alpine AS php-fpm
FROM php:8.3.11-fpm-alpine AS php-fpm

ARG APPLICATION_ENV=development
ENV APPLICATION_ENV=${APPLICATION_ENV}
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit f3a6870

Please sign in to comment.