Skip to content

Commit f56f3e9

Browse files
authored
Merge pull request #3 from somecoding/snyk-fix-e2c3ebe386684d243c5e6a7b72b5a709
[Snyk] Security upgrade php from 8.0-fpm to 8.5.0-fpm
2 parents 7ba4588 + 291f85d commit f56f3e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache Composer packages
2121
id: composer-cache
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: vendor
2525
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

docker/php-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ENV COMPOSER_HOME=/usr/config/composer
33
ARG GITHUB_TOKEN
44
RUN composer config -g github-oauth.github.com $GITHUB_TOKEN
55

6-
FROM php:8.0-fpm
6+
FROM php:8.5.0-fpm
77
ENV COMPOSER_HOME=/usr/config/composer
88
ARG USER_ID
99
ARG GROUP_ID

0 commit comments

Comments
 (0)