diff --git a/Dockerfile b/Dockerfile index f636798..308436f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.20.3-bullseye -ENV VERSION=v0.3.10 +ENV VERSION=v0.3.11 RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \