diff --git a/Dockerfile b/Dockerfile index 53249fa4df..74717f79ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: build artifact -FROM golang:1.17-alpine AS builder +FROM golang:1.19.0-alpine AS builder WORKDIR /app COPY . /app