Skip to content

Commit

Permalink
Merge pull request #18 from Ilyes512/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Ilyes512 authored Jun 18, 2024
2 parents 4abd437 + f9d4cff commit 806c119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.7-apache-bullseye AS runtime
FROM php:8.3.8-apache-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down Expand Up @@ -126,7 +126,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
ARG PHIVE_VERSION=0.15.2
# Latest version of Composer: https://getcomposer.org/download
ARG COMPOSER_VERSION=2.7.6
ARG COMPOSER_VERSION=2.7.7
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
ARG XDEBUG_VERSION=3.3.2
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
Expand Down
4 changes: 2 additions & 2 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.7-fpm-bullseye AS runtime
FROM php:8.3.8-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down Expand Up @@ -126,7 +126,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
ARG PHIVE_VERSION=0.15.2
# Latest version of Composer: https://getcomposer.org/download
ARG COMPOSER_VERSION=2.7.6
ARG COMPOSER_VERSION=2.7.7
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
ARG XDEBUG_VERSION=3.3.2
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
Expand Down

0 comments on commit 806c119

Please sign in to comment.