diff --git a/Dockerfile b/Dockerfile index 9545ff2..66f0405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22.5 AS builder +FROM golang:1.22 AS builder ARG TARGETOS ARG TARGETARCH