diff --git a/Dockerfile b/Dockerfile index 0826833..8154407 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.20 as builder +FROM alpine:3.21 as builder -ARG VERSION=1.5.634 +ARG VERSION=1.5.735 LABEL \ org.label-schema.vendor="Alexey Skobkin - skobkin@proton.me" \