We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58d9a9 commit 43f7af0Copy full SHA for 43f7af0
docker/php/Dockerfile
@@ -8,7 +8,7 @@ ENV PATH=/root/composer/vendor/bin:/app/vendor/bin:/app/bin:/app:${PATH} \
8
LABEL description="Docker image to build Phalcon on Debian Bookworm" \
9
maintainer="Phalcon Team <team@phalconphp.com>" \
10
vendor=Phalcon \
11
- name="com.phalconphp.images.build.buster-${PHP_VERSION}"
+ name="com.phalconphp.images.build.bookworm-${PHP_VERSION}"
12
13
# Installing php and extentions
14
RUN set -eux \
0 commit comments