Skip to content

Commit f8233e8

Browse files
authored
Update PHP 7.4 and 8.0 images (#114)
so the latest patch version is always pulled
1 parent 1ae4611 commit f8233e8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/php7.4Action/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
## Next Release
21-
- Update version of PHP to 7.4.62
21+
- Use php:7.4-cli-buster image to always pull latest patch version
2222

2323
## Apache 1.17.0
2424
- Update version of PHP to 7.4.21

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.26-cli-buster
36+
FROM php:7.4-cli-buster
3737

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

core/php8.0Action/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
## Next Release
21-
- Update version of PHP to 8.0.13
21+
- Use php:8.0-cli-buster image to always pull latest patch version
2222

2323
## Apache 1.17.0
2424
- Update version of PHP to 8.0.8

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.13-cli-buster
36+
FROM php:8.0-cli-buster
3737

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

0 commit comments

Comments
 (0)