Skip to content

Commit d296463

Browse files
authored
Update PHP releases to gather fixes (#111)
* Update PHP releases to gather fixes * Update PHP releases to gather fixes * Update OS dependencies * Fix package name
1 parent 8b44a4d commit d296463

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

core/php7.3Action/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
#
1818
-->
1919

20+
## Next Release
21+
- Update version of PHP to 7.3.32
22+
- Update to Debian "buster"
23+
2024
## Apache 1.17.0
2125
- Update version of PHP to 7.3.29
2226
- Build actionloop from 1.16@1.18.0 (#107)

core/php7.3Action/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -sL \
3333
&& cd openwhisk-runtime-go-*/main\
3434
&& GO111MODULE=on go build -o /bin/proxy
3535

36-
FROM php:7.3.29-cli-stretch
36+
FROM php:7.3.32-cli-buster
3737

3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release
@@ -46,13 +46,13 @@ RUN \
4646
&& apt-get -y install \
4747
libfreetype6-dev \
4848
libicu-dev \
49-
libicu57 \
49+
libicu63 \
5050
libjpeg-dev \
5151
libpng-dev \
5252
libssl-dev \
5353
libxml2-dev \
5454
libzip-dev \
55-
postgresql-server-dev-9.6 \
55+
postgresql-server-dev-11 \
5656
unzip \
5757
zlib1g-dev \
5858
# Cleanup apt data, we do not need them later on.

core/php7.4Action/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#
1818
-->
1919

20+
## Next Release
21+
- Update version of PHP to 7.4.25
22+
2023
## Apache 1.17.0
2124
- Update version of PHP to 7.4.21
2225
- Build actionloop from 1.16@1.18.0 (#107)

core/php7.4Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -sL \
3333
&& cd openwhisk-runtime-go-*/main\
3434
&& GO111MODULE=on go build -o /bin/proxy
3535

36-
FROM php:7.4.21-cli-buster
36+
FROM php:7.4.25-cli-buster
3737

3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release

core/php8.0Action/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#
1818
-->
1919

20+
## Next Release
21+
- Update version of PHP to 8.0.11
22+
2023
## Apache 1.17.0
2124
- Update version of PHP to 8.0.8
2225
- Build actionloop from 1.16@1.18.0 (#107)

core/php8.0Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -sL \
3333
&& cd openwhisk-runtime-go-*/main\
3434
&& GO111MODULE=on go build -o /bin/proxy
3535

36-
FROM php:8.0.8-cli-buster
36+
FROM php:8.0.11-cli-buster
3737

3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)