diff --git a/Dockerfile b/Dockerfile index e99a1e4212..dc11f8dca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: build artifact -FROM golang:1.19.2-alpine AS builder +FROM golang:1.19.3-alpine AS builder WORKDIR /app COPY . /app