From a384aeea3ab1115b0c69f031f8a5c03da66a009e Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 12 Jun 2023 09:45:43 -0500 Subject: [PATCH] container update PHP to version 8.1.20 --- container/registry/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/registry/base/Dockerfile b/container/registry/base/Dockerfile index cb242babb..182848522 100644 --- a/container/registry/base/Dockerfile +++ b/container/registry/base/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG PHP_IMAGE_VERSION=8.1.19 +ARG PHP_IMAGE_VERSION=8.1.20 FROM php:${PHP_IMAGE_VERSION}-apache-bullseye # Official PHP image with Apache HTTPD includes