Skip to content

Commit 25d7139

Browse files
Bump php in the docker_dependencies group
Bumps the docker_dependencies group with 1 update: php. Updates `php` from 8.4.6-fpm-bullseye to 8.4.7-fpm-bullseye --- updated-dependencies: - dependency-name: php dependency-version: 8.4.7-fpm-bullseye dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker_dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea11d12 commit 25d7139

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.6-fpm-bullseye
2+
FROM php:8.4.7-fpm-bullseye
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.6-fpm-bullseye
1+
FROM php:8.4.7-fpm-bullseye
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)