We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53906fc commit 6693c07Copy full SHA for 6693c07
3 files changed
core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-FROM php:7.2.29-alpine
+FROM php:7.2.30-alpine
19
20
RUN \
21
apk update && apk upgrade && \
core/php7.3Action/Dockerfile
@@ -28,7 +28,7 @@ RUN curl -sL \
28
&& cd openwhisk-runtime-go-*/main\
29
&& GO111MODULE=on go build -o /bin/proxy
30
31
-FROM php:7.3.16-cli-stretch
+FROM php:7.3.17-cli-stretch
32
33
# select the builder to use
34
ARG GO_PROXY_BUILD_FROM=release
core/php7.4Action/Dockerfile
-FROM php:7.4.4-cli-buster
+FROM php:7.4.5-cli-buster
0 commit comments