Skip to content

Commit

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

Bump alpine from 3.18.5 to 3.19.1 in /Containers/domaincheck
  • Loading branch information
szaimen committed Feb 1, 2024
2 parents f3bf447 + 8cec66d commit a7c64ed
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.5
FROM alpine:3.19.1
RUN set -ex; \
apk add --no-cache bash lighttpd netcat-openbsd; \
adduser -S www-data -G www-data; \
Expand Down

0 comments on commit a7c64ed

Please sign in to comment.