Skip to content

Commit a3c3f9a

Browse files
Update alpine Docker tag to v3.23.4 (#227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f27d402 commit a3c3f9a

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.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
11+
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
1212

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

0 commit comments

Comments
 (0)