We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6693c07 commit 9e5899cCopy full SHA for 9e5899c
2 files changed
core/php7.2Action/Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-FROM php:7.2.30-alpine
+FROM php:7.2.31-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.17-cli-stretch
+FROM php:7.3.18-cli-stretch
32
33
# select the builder to use
34
ARG GO_PROXY_BUILD_FROM=release
0 commit comments