diff --git a/Dockerfile b/Dockerfile index 283272b..52095d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.24 -ARG VERSION=3.1.0 +ARG VERSION=3.2.5 ARG TARGETARCH=x64 # hadolint ignore=DL3018