Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: "${{ matrix.runner }}"
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- name: Prepare
id: cfg
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.4-frankenphp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dunglas/frankenphp:1-php8.4-trixie@sha256:621bd2ace1319a2a66e9a428f176d9eea356fd16fc88ac74ae6f293712e061bb
FROM dunglas/frankenphp:1-php8.4-trixie@sha256:78e764f482d0b649272dd989c45d4e2afaf6d2982fcf3069e23c591ba427338a

# Install dependencies and PHP extensions.
RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.5-frankenphp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dunglas/frankenphp:1-php8.5-trixie@sha256:95123ee95fa6af57053613ddeced6692ddac217e0a35dd850a49518cc77c7260
FROM dunglas/frankenphp:1-php8.5-trixie@sha256:da270879b95225345b2ee984f717aef5cba7336e1f206ec005074a79235af347

# Install dependencies and PHP extensions.
RUN set -x \
Expand Down