Skip to content

Commit 9e5899c

Browse files
authored
Updgrade PHP base images to gather security fixes (#88)
* Updgrade PHP base images to gather security fixes * Revert to 7.4.5 (PHP Bug #79600)
1 parent 6693c07 commit 9e5899c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/php7.2Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM php:7.2.30-alpine
18+
FROM php:7.2.31-alpine
1919

2020
RUN \
2121
apk update && apk upgrade && \

core/php7.3Action/Dockerfile

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

31-
FROM php:7.3.17-cli-stretch
31+
FROM php:7.3.18-cli-stretch
3232

3333
# select the builder to use
3434
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)