From e448bc1f64a030cb105f481b0df4499c6ebcd7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 13:47:13 +0000 Subject: [PATCH] Bump alpine from 3.15.1 to 3.15.3 in /Containers/domaincheck Bumps alpine from 3.15.1 to 3.15.3. --- 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 b39b7948..a5ea5ca2 100644 --- a/Containers/domaincheck/Dockerfile +++ b/Containers/domaincheck/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.1 +FROM alpine:3.15.3 RUN apk add --update --no-cache lighttpd bash RUN adduser -S www-data -G www-data