We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5fafd commit 768d543Copy full SHA for 768d543
Dockerfile
@@ -34,7 +34,7 @@ COPY version.go version.go
34
35
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -a -o lk ./cmd/lk
36
37
-FROM alpine:3.21
+FROM alpine:3.22
38
39
COPY --from=builder /workspace/lk /lk
40
0 commit comments