diff --git a/Dockerfile b/Dockerfile index fe2e721..6839bcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM golang:1.21.6-alpine as compiler +FROM golang:1.22.0-alpine as compiler RUN apk add --no-cache make gcc musl-dev linux-headers git ca-certificates WORKDIR /app COPY . .