Skip to content

Commit 45af853

Browse files
chore(deps): bump alpine from 3.23 to 3.24 (#104)
Bumps alpine from 3.23 to 3.24.
1 parent 82a6ef6 commit 45af853

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
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 \
2020
go build -v -o dns -ldflags "-X github.com/mxssl/dns/cmd.version=$VERSION"
2121

2222
# Copy compiled binary to clear Alpine Linux image
23-
FROM alpine:3.23
23+
FROM alpine:3.24
2424
WORKDIR /
2525
RUN apk add --no-cache ca-certificates
2626
COPY --from=builder /go/src/github.com/mxssl/dns/dns /usr/local/bin/dns

0 commit comments

Comments
 (0)