diff --git a/Dockerfile b/Dockerfile index 3730d79..0c8ac73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.7-alpine AS build-stage +FROM golang:1.21.0-alpine AS build-stage WORKDIR /app