Skip to content

Commit 43f7af0

Browse files
committed
updates
1 parent b58d9a9 commit 43f7af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PATH=/root/composer/vendor/bin:/app/vendor/bin:/app/bin:/app:${PATH} \
88
LABEL description="Docker image to build Phalcon on Debian Bookworm" \
99
maintainer="Phalcon Team <team@phalconphp.com>" \
1010
vendor=Phalcon \
11-
name="com.phalconphp.images.build.buster-${PHP_VERSION}"
11+
name="com.phalconphp.images.build.bookworm-${PHP_VERSION}"
1212

1313
# Installing php and extentions
1414
RUN set -eux \

0 commit comments

Comments
 (0)