Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 4b8a054

Browse files
authored
Merge pull request #27 from ToshY/security/26
explicit install of libexpat1=2.5.0-1+deb12u1
2 parents 90b4243 + 4e262ef commit 4b8a054

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77

88
env:
9-
PHPFPM_BOOKWORM: t0shy/phpfpm-bookworm
10-
PHPFPM_BOOKWORM_FFMPEG: t0shy/phpfpm-bookworm-ffmpeg
9+
PHPFPM_BOOKWORM: ghcr.io/toshy/phpfpm-bookworm
10+
PHPFPM_BOOKWORM_FFMPEG: ghcr.io/toshy/phpfpm-bookworm-ffmpeg
1111

1212
jobs:
1313
check:

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN install-php-extensions mysqli-stable \
2525
amqp-stable \
2626
redis-stable \
2727
pcntl-stable \
28-
&& apt-get update
28+
&& apt-get update \
29+
&& apt-get install libexpat1=2.5.0-1+deb12u1
2930

3031
WORKDIR /app
3132

0 commit comments

Comments
 (0)