Skip to content

Commit

Permalink
Merge pull request #3453 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…domaincheck/alpine-3.18.4

Bump alpine from 3.18.3 to 3.18.4 in /Containers/domaincheck
  • Loading branch information
szaimen authored Sep 29, 2023
2 parents 60607d8 + af292a1 commit 2dba82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/domaincheck/Dockerfile
Original file line number Diff line number Diff line change
@@ -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; \
Expand Down

0 comments on commit 2dba82f

Please sign in to comment.