Skip to content

Commit

Permalink
Merge pull request #10 from Ilyes512/updates
Browse files Browse the repository at this point in the history
Updated php, composer and xdebug,
  • Loading branch information
Ilyes512 authored Apr 20, 2024
2 parents 40d6d4c + ae13f27 commit f56ecd3
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,5 +1,5 @@
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
FROM php:8.3.4-apache-bullseye AS runtime
FROM php:8.3.6-apache-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down Expand Up @@ -126,9 +126,9 @@ 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.1
ARG COMPOSER_VERSION=2.7.3
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
ARG XDEBUG_VERSION=3.3.1
ARG XDEBUG_VERSION=3.3.2
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
ARG PCOV_VERSION=1.0.11

Expand Down Expand Up @@ -188,7 +188,7 @@ RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
nodejs \
&& npm uninstall --global npm \
&& corepack install --global --all \
&& corepack install --global npm yarn pnpm \
&& corepack enable npm yarn pnpm \
&& apt-get autoremove --assume-yes \
&& apt-get clean --assume-yes \
Expand Down
8 changes: 4 additions & 4 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.4-fpm-bullseye AS runtime
FROM php:8.3.6-fpm-bullseye AS runtime

ARG UNIQUE_ID_FOR_CACHEFROM=runtime

Expand Down Expand Up @@ -126,9 +126,9 @@ 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.1
ARG COMPOSER_VERSION=2.7.3
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
ARG XDEBUG_VERSION=3.3.1
ARG XDEBUG_VERSION=3.3.2
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
ARG PCOV_VERSION=1.0.11

Expand Down Expand Up @@ -188,7 +188,7 @@ RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
nodejs \
&& npm uninstall --global npm \
&& corepack install --global --all \
&& corepack install --global npm yarn pnpm \
&& corepack enable npm yarn pnpm \
&& apt-get autoremove --assume-yes \
&& apt-get clean --assume-yes \
Expand Down

0 comments on commit f56ecd3

Please sign in to comment.