diff --git a/Dockerfile b/Dockerfile index a0aef2a571..7df2c28206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: build artifact -FROM golang:1.19.0-alpine AS builder +FROM golang:1.19.1-alpine AS builder WORKDIR /app COPY . /app