diff --git a/Dockerfile b/Dockerfile index 71ae90a..b7ed120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.1-alpine AS builder +FROM golang:1.20.3-alpine AS builder WORKDIR /src COPY . .