Skip to content

Commit

Permalink
Chore(deps): Bump the docker_dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the docker_dependencies group with 1 update: php.


Updates `php` from 8.3.0-fpm to 8.3.1-fpm

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent de51535 commit dc3063d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0-fpm
FROM php:8.3.1-fpm

ENV APP_ENV prod
ENV APP_DEBUG 0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.0-fpm
FROM php:8.3.1-fpm

# Let's use bash as a default shell with login each time
SHELL ["/bin/bash", "--login", "-c"]
Expand Down

0 comments on commit dc3063d

Please sign in to comment.