We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e81eea commit 4d37095Copy full SHA for 4d37095
.github/workflows/multiarch-build.yaml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
multiarch-build:
14
name: Build images
15
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
16
steps:
17
- uses: actions/checkout@v4
18
Containerfile
@@ -2,7 +2,7 @@ FROM docker.io/library/php:8-fpm
2
RUN apt-get update && apt-get upgrade -y && apt-get autoclean
3
4
ADD --chmod=0755 \
5
- https://github.com/mlocati/docker-php-extension-installer/releases/download/2.7.28/install-php-extensions \
+ https://github.com/mlocati/docker-php-extension-installer/releases/download/2.9.0/install-php-extensions \
6
/usr/local/bin/
7
8
RUN install-php-extensions \
0 commit comments