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