Skip to content

Commit 2ceb6f3

Browse files
mhenke1akrabat
authored andcommitted
Consume more PHP security updates (#82)
1 parent 2b12952 commit 2ceb6f3

3 files changed

Lines changed: 3 additions & 3 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.26-alpine
18+
FROM php:7.2.27-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.13-cli-stretch
31+
FROM php:7.3.14-cli-stretch
3232

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

core/php7.4Action/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.4.1-cli-buster
31+
FROM php:7.4.2-cli-buster
3232

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

0 commit comments

Comments
 (0)