Skip to content

Commit d9cd217

Browse files
chore(deps): bump alpine from 3.23.0 to 3.23.2
Bumps alpine from 3.23.0 to 3.23.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78823aa commit d9cd217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN go mod download
77
RUN go build ./cmd/tldfinder
88

99
# Release
10-
FROM alpine:3.23.0
10+
FROM alpine:3.23.2
1111
RUN apk -U upgrade --no-cache \
1212
&& apk add --no-cache bind-tools ca-certificates
1313
COPY --from=builder /app/tldfinder /usr/local/bin/

0 commit comments

Comments
 (0)