Skip to content

Commit 3272093

Browse files
committed
updating phalcon to 5.0.1
1 parent f9ea07f commit 3272093

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL vendor="Phalcon" \
88
maintainer="Phalcon Team <team@phalcon.io>" \
99
description="The PHP image to test the REST API example concepts"
1010

11-
ENV PHALCON_VERSION="5.0.0RC4" \
11+
ENV PHALCON_VERSION="5.0.1" \
1212
PHP_VERSION="8.0"
1313

1414
# Update

docker/8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL vendor="Phalcon" \
88
maintainer="Phalcon Team <team@phalcon.io>" \
99
description="The PHP image to test the REST API example concepts"
1010

11-
ENV PHALCON_VERSION="5.0.0RC4" \
11+
ENV PHALCON_VERSION="5.0.1" \
1212
PHP_VERSION="8.1"
1313

1414
# Update

0 commit comments

Comments
 (0)