Skip to content

Commit 4d37095

Browse files
authored
Bump php-extension-installer (#5)
* Bump php-extension-installer * Bump GH runner base image
1 parent 2e81eea commit 4d37095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multiarch-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
multiarch-build:
1414
name: Build images
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4
1818

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/library/php:8-fpm
22
RUN apt-get update && apt-get upgrade -y && apt-get autoclean
33

44
ADD --chmod=0755 \
5-
https://github.com/mlocati/docker-php-extension-installer/releases/download/2.7.28/install-php-extensions \
5+
https://github.com/mlocati/docker-php-extension-installer/releases/download/2.9.0/install-php-extensions \
66
/usr/local/bin/
77

88
RUN install-php-extensions \

0 commit comments

Comments
 (0)