Skip to content

Commit

Permalink
feat: add php 8.3.4 image
Browse files Browse the repository at this point in the history
  • Loading branch information
XueSiLf committed Apr 10, 2024
1 parent d7680e2 commit c4af115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="EasySwoole Developers https://www.easyswoole.com" version="1.0
##
# ---------- env settings ----------
##
ENV PHP_BUILD_VERSION="82"
ENV PHP_BUILD_VERSION="83"
ENV SWOOLE_VERSION="4.8.13" \
COMPOSER_VERSION="2.3.10" \
# install and remove building packages
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/php8/8.3.4/alpine/3.19/swoole/5.0.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="EasySwoole Developers https://www.easyswoole.com" version="1.0
##
# ---------- env settings ----------
##
ENV PHP_BUILD_VERSION="82"
ENV PHP_BUILD_VERSION="83"
ENV SWOOLE_VERSION="5.0.3" \
COMPOSER_VERSION="2.3.10" \
# install and remove building packages
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/php8/8.3.4/alpine/3.19/swoole/5.1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="EasySwoole Developers https://www.easyswoole.com" version="1.0
##
# ---------- env settings ----------
##
ENV PHP_BUILD_VERSION="82"
ENV PHP_BUILD_VERSION="83"
ENV SWOOLE_VERSION="5.1.1" \
COMPOSER_VERSION="2.3.10" \
# install and remove building packages
Expand Down

0 comments on commit c4af115

Please sign in to comment.