We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b12952 commit 2ceb6f3Copy full SHA for 2ceb6f3
3 files changed
core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-FROM php:7.2.26-alpine
+FROM php:7.2.27-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.13-cli-stretch
+FROM php:7.3.14-cli-stretch
32
33
# select the builder to use
34
ARG GO_PROXY_BUILD_FROM=release
core/php7.4Action/Dockerfile
-FROM php:7.4.1-cli-buster
+FROM php:7.4.2-cli-buster
0 commit comments