File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
3939ARG 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.
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
3939ARG GO_PROXY_BUILD_FROM=release
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
3939ARG GO_PROXY_BUILD_FROM=release
You can’t perform that action at this time.
0 commit comments