Skip to content

Commit be2f016

Browse files
chore(deps): update alpine docker tag to v3.21 (#472)
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3716cf1 commit be2f016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY version.go version.go
3434

3535
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -a -o lk ./cmd/lk
3636

37-
FROM alpine:3.20
37+
FROM alpine:3.21
3838

3939
COPY --from=builder /workspace/lk /lk
4040

0 commit comments

Comments
 (0)