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.
2 parents 45793f4 + 4891e4b commit 342753cCopy full SHA for 342753c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-alpine AS builder
+FROM golang:1.24-alpine AS builder
2
ENV CGO_ENABLED=0
3
RUN apk update && apk add gcc libc-dev make bash git
4
RUN apk add --no-cache bash
bin/service
-217 KB
go.mod
@@ -1,6 +1,6 @@
module github.com/docker/meshery-extension
-go 1.23
+go 1.24
5
require (
6
github.com/Microsoft/go-winio v0.6.0
0 commit comments