File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ RUN set -eux \
38
38
pdo_pgsql \
39
39
pgsql \
40
40
redis \
41
- shmop \
42
41
xsl \
43
42
yaml \
44
43
zip \
@@ -120,14 +119,14 @@ ENV PATH=/app/bin:/app:${PATH} \
120
119
PHP_VERSION=${PHP_VERSION} \
121
120
PHALCON_VERSION=${PHALCON_VERSION}
122
121
123
- LABEL org.opencontainer.image.title="Phalcon v ${PHALCON_VERSION} with php ${PHP_VERSION}" \
122
+ LABEL org.opencontainer.image.title="Phalcon ${PHALCON_VERSION} with php ${PHP_VERSION}" \
124
123
org.opencontainer.image.description="Docker image including Phalcon and PHP on Debian Bookworm" \
125
124
org.opencontainer.image.authors="Phalcon Team <team@phalconphp.com>" \
126
125
org.opencontainer.image.vendor="Phalcon PHP Framework" \
127
126
org.opencontainer.image.licenses="BSD-3-Clause" \
128
- org.opencontainer.image.version="v ${PHALCON_VERSION}-php${PHP_VERSION}" \
127
+ org.opencontainer.image.version="${PHALCON_VERSION}-php${PHP_VERSION}" \
129
128
org.opencontainer.image.url="https://github.com/phalcon/cphalcon/" \
130
- org.opencontainer.image.source="https://github.com/phalcon/cphalcon/tree/v ${PHALCON_VERSION}/docker/Dockerfile"
129
+ org.opencontainer.image.source="https://github.com/phalcon/cphalcon/tree/${PHALCON_VERSION}/docker/Dockerfile"
131
130
132
131
COPY --from=phalcon /srv/ext/modules/phalcon.so /tmp/phalcon.so
133
132
You can’t perform that action at this time.
0 commit comments