Merge pull request #3851 from nextcloud/dependabot/docker/Containers/domaincheck/alpine-3.18.5

This commit is contained in:
Simon L
2023-12-01 13:38:45 +01:00
committed by GitHub

View File

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