diff --git a/Dockerfile b/Dockerfile index 7350dd8..87361f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.20.3-bullseye -ENV VERSION=v0.3.8 +ENV VERSION=v0.3.9 RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \