Skip to content

Commit 1247f84

Browse files
Update alpine Docker tag to v3.23.3 (#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ff5e75 commit 1247f84

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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
11+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
1212

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

0 commit comments

Comments
 (0)