diff --git a/Dockerfile b/Dockerfile index 6d260e8..e959953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk --update add --virtual .build-deps build-base automake autoconf libtool ## FROM builder AS duo-builder -ARG DUO_VERSION=2.0.4 +ARG DUO_VERSION=2.2.3 RUN wget https://dl.duosecurity.com/duo_unix-${DUO_VERSION}.tar.gz && \ mkdir -p src && \ tar -zxf duo_unix-${DUO_VERSION}.tar.gz --strip-components=1 -C src