diff --git a/Dockerfile b/Dockerfile index b7d5e40..6795b3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build MTK from source -FROM golang:1.18-alpine as builder +FROM golang:1.22-alpine as builder WORKDIR /go/src/github.com/skpr RUN apk add --virtual --update-cache git && \