From abf9684d0d855a0fda26a895047cc92f53bb9d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 12:29:28 +0000 Subject: [PATCH] Bump alpine from 3.15.3 to 3.15.4 in /Containers/domaincheck Bumps alpine from 3.15.3 to 3.15.4. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/domaincheck/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/domaincheck/Dockerfile b/Containers/domaincheck/Dockerfile index a5ea5ca2..39722f26 100644 --- a/Containers/domaincheck/Dockerfile +++ b/Containers/domaincheck/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.3 +FROM alpine:3.15.4 RUN apk add --update --no-cache lighttpd bash RUN adduser -S www-data -G www-data