Skip to content

Commit

Permalink
Merge pull request #28 from Ilyes512/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Ilyes512 authored Sep 20, 2024
2 parents 7b0b23c + bfd10f1 commit 9486a50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.10-apache-bullseye AS runtime
FROM php:8.3.11-apache-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

# Latest version of event-extension: https://pecl.php.net/package/event
ARG PHP_EVENT_VERSION=3.1.4
# Latest version of igbinary-extension: https://pecl.php.net/package/igbinary
ARG PHP_IGBINARY_VERSION=3.2.15
ARG PHP_IGBINARY_VERSION=3.2.16
# Latest version of redis-extension: https://pecl.php.net/package/redis
ARG PHP_REDIS_VERSION=6.0.2
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
Expand Down Expand Up @@ -124,9 +124,9 @@ FROM runtime AS builder
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
ARG PHIVE_VERSION=0.15.3
# Latest version of Composer: https://getcomposer.org/download
ARG COMPOSER_VERSION=2.7.7
ARG COMPOSER_VERSION=2.7.9
# 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
8 changes: 4 additions & 4 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.10-fpm-bullseye AS runtime
FROM php:8.3.11-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

# Latest version of event-extension: https://pecl.php.net/package/event
ARG PHP_EVENT_VERSION=3.1.4
# Latest version of igbinary-extension: https://pecl.php.net/package/igbinary
ARG PHP_IGBINARY_VERSION=3.2.15
ARG PHP_IGBINARY_VERSION=3.2.16
# Latest version of redis-extension: https://pecl.php.net/package/redis
ARG PHP_REDIS_VERSION=6.0.2
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
Expand Down Expand Up @@ -124,9 +124,9 @@ FROM runtime AS builder
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
ARG PHIVE_VERSION=0.15.3
# Latest version of Composer: https://getcomposer.org/download
ARG COMPOSER_VERSION=2.7.7
ARG COMPOSER_VERSION=2.7.9
# 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 9486a50

Please sign in to comment.