Skip to content

Commit d4328ea

Browse files
Update alpine Docker tag to v3.23.3
1 parent ea2e509 commit d4328ea

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
@@ -8,7 +8,7 @@ RUN go mod download
88
COPY . .
99
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o burrow ./cmd/burrow
1010

11-
FROM alpine:3.21.3
11+
FROM alpine:3.23.3
1212

1313
RUN apk add --no-cache ca-certificates
1414

0 commit comments

Comments
 (0)