Merge pull request #3453 from nextcloud/dependabot/docker/Containers/domaincheck/alpine-3.18.4

Bump alpine from 3.18.3 to 3.18.4 in /Containers/domaincheck
This commit is contained in:
Simon L
2023-09-29 14:56:02 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.3
FROM alpine:3.18.4
RUN set -ex; \
apk add --no-cache bash lighttpd netcat-openbsd; \
adduser -S www-data -G www-data; \