Skip to content

Commit 873ad2c

Browse files
authored
update php docker image to pick up security fixes (#80)
1 parent bfb18b1 commit 873ad2c

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.25-alpine
18+
FROM php:7.2.26-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
@@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2525
# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
2626
# && CGO_ENABLED=0 go build -o /bin/proxy
2727

28-
FROM php:7.3.12-cli-stretch
28+
FROM php:7.3.13-cli-stretch
2929

3030
# install dependencies
3131
RUN \

core/php7.4Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /
2525
# && cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
2626
# && CGO_ENABLED=0 go build -o /bin/proxy
2727

28-
FROM php:7.4.0-cli-buster
28+
FROM php:7.4.1-cli-buster
2929

3030
# install dependencies
3131
RUN \

0 commit comments

Comments
 (0)