From 37f8ee88e2f11c0d8fc685f91a5a3a120aed066a Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 1 May 2021 05:00:30 +0000 Subject: [PATCH] Update php Docker tag to v7.4.18 --- 1.10-php7.4/Dockerfile | 2 +- 2.0-php7.4/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.10-php7.4/Dockerfile b/1.10-php7.4/Dockerfile index 3f8d43d..eee1f34 100644 --- a/1.10-php7.4/Dockerfile +++ b/1.10-php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.16-cli-buster@sha256:0e0eba3b2cf74994c26e65dbb8bdf156049ccb51b64a51a332639a137d6fc04a +FROM php:7.4.18-cli-buster@sha256:febcbaedbaf3197c072e0fdc4bda3a8f93f1b98f59285fa1afa7639983fd7a66 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/2.0-php7.4/Dockerfile b/2.0-php7.4/Dockerfile index 5506830..5da6e8f 100644 --- a/2.0-php7.4/Dockerfile +++ b/2.0-php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.16-cli-buster@sha256:0e0eba3b2cf74994c26e65dbb8bdf156049ccb51b64a51a332639a137d6fc04a +FROM php:7.4.18-cli-buster@sha256:febcbaedbaf3197c072e0fdc4bda3a8f93f1b98f59285fa1afa7639983fd7a66 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] -- 2.45.2