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 faaf1e5 commit 7b4ccbfCopy full SHA for 7b4ccbf
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.24-alpine as builder
+FROM golang:1.25-alpine as builder
16
17
ARG TARGETPLATFORM
18
ARG TARGETARCH
@@ -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