diff --git a/Dockerfile b/Dockerfile index 8f769a59..fac60618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.16-alpine3.13 AS builder +FROM golang:1.23-alpine3.21 AS builder ENV GOFLAGS="-mod=readonly"