diff --git a/Dockerfile b/Dockerfile index 683d1d5..b40cb17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine as build-stage +FROM golang:1.21-alpine as build-stage WORKDIR /tmp/build