diff --git a/Dockerfile b/Dockerfile index dffe9b31..ac33d388 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18rc1-alpine AS build +FROM golang:1.20-alpine AS build ENV CGO_ENABLED 0 WORKDIR /code