Skip to content

Commit

Permalink
apcu 5.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 22, 2024
1 parent 1c93fb7 commit 2072e7d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ RUN set -xe; \

# Install extensions
# We can install extensions manually or using `pecl`
RUN pecl install APCu
ENV VERSION_APCU=5.1.24
RUN pecl install apcu-${VERSION_APCU}


# ---------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ RUN set -xe; \

# Install extensions
# We can install extensions manually or using `pecl`
RUN pecl install APCu
ENV VERSION_APCU=5.1.24
RUN pecl install apcu-${VERSION_APCU}


# ---------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ RUN set -xe; \

# Install extensions
# We can install extensions manually or using `pecl`
RUN pecl install APCu
ENV VERSION_APCU=5.1.24
RUN pecl install apcu-${VERSION_APCU}


# ---------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ RUN set -xe; \

# Install extensions
# We can install extensions manually or using `pecl`
RUN pecl install APCu
ENV VERSION_APCU=5.1.24
RUN pecl install apcu-${VERSION_APCU}


# ---------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ RUN set -xe; \

# Install extensions
# We can install extensions manually or using `pecl`
RUN pecl install APCu
ENV VERSION_APCU=5.1.24
RUN pecl install apcu-${VERSION_APCU}


# ---------------------------------------------------------------
Expand Down

0 comments on commit 2072e7d

Please sign in to comment.