Skip to content

Commit 946fc5c

Browse files
chore(deps): update alpine Docker tag to v3.18.4 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0669d25 commit 946fc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
## Setup stage
4-
FROM alpine:3.18.3 as builder
4+
FROM alpine:3.18.4 as builder
55

66
RUN apk --no-cache add ca-certificates tzdata
77
RUN addgroup --gid 65532 kani && \

0 commit comments

Comments
 (0)