From 590368b7036128161991a9e266996250c6058539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:50:33 +0000 Subject: [PATCH] Bump alpine from 3.18.3 to 3.18.4 (#196) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89c0633..6fc69fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3 +FROM alpine:3.18.4 # Install packages RUN apk --no-cache update && apk --no-cache add curl php php-fpm \