Skip to content

Commit 1df326c

Browse files
build(deps): bump alpine in /Containers/domaincheck
Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6e0d8b commit 1df326c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/domaincheck/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:latest
2-
FROM alpine:3.22.2
2+
FROM alpine:3.23.0
33
RUN set -ex; \
44
apk upgrade --no-cache -a; \
55
apk add --no-cache bash lighttpd netcat-openbsd; \

0 commit comments

Comments
 (0)