diff --git a/Dockerfile b/Dockerfile index 6077e5b..4e7a2b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-bullseye +FROM golang:1.21-bullseye RUN apt update -y