Skip to content

Commit d4088dc

Browse files
Chore(deps): Bump php in the docker_dependencies group
Bumps the docker_dependencies group with 1 update: php. Updates `php` from 8.4.14-fpm-bookworm to 8.5.0-fpm-bookworm --- updated-dependencies: - dependency-name: php dependency-version: 8.5.0-fpm-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker_dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2778fff commit d4088dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7-labs
2-
FROM php:8.4.14-fpm-bookworm
2+
FROM php:8.5.0-fpm-bookworm
33

44
ENV APP_ENV prod
55
ENV APP_DEBUG 0

Dockerfile_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4.14-fpm-bookworm
1+
FROM php:8.5.0-fpm-bookworm
22

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

0 commit comments

Comments
 (0)