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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Prepare
id: cfg
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-bookworm@sha256:54756538602ba10e0dcc467563d1b404c4c0defee24205851e006cfa9236c517
FROM php:8.3-fpm-bookworm@sha256:93aa61ae35b14146ff0fa14ebb57127200959dae166ccc5ff6a1610787dca2d9

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.4-fpm-bookworm@sha256:18315911aeed66ca21d6135df3568a8fffc0d8751dd913d0e156aa1879d199f1
FROM php:8.4-fpm-bookworm@sha256:b73d15c2212f8e5c0a73f14a24be00f61bfc62fb46ae599655daae73f148d330

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down
2 changes: 1 addition & 1 deletion abc-base/8.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.5-fpm-trixie@sha256:21fe1317ebe03aaceda1513416d4b8996fc31499746588d61d2a3abf00e652e3
FROM php:8.5-fpm-trixie@sha256:cf0ad713a40b4728a5de6055633285a92e3fe84dddfddd5218098b203f8395b5

# Install dependencies and PHP extensions.
COPY ./apt /etc/apt
Expand Down