Skip to content

Commit

Permalink
[SETUP]: Bump php from 7.4.24-fpm to 7.4.25-fpm in /docker/app
Browse files Browse the repository at this point in the history
Bumps php from 7.4.24-fpm to 7.4.25-fpm.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
1 parent 1101f9a commit aa49121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4.24-fpm
FROM php:7.4.25-fpm

ARG USER_ID
ARG GROUP_ID
Expand Down
2 changes: 1 addition & 1 deletion docker/app/Dockerfile_xdebug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4.24-fpm
FROM php:7.4.25-fpm

ARG USER_ID
ARG GROUP_ID
Expand Down

0 comments on commit aa49121

Please sign in to comment.