Fix comply binary outdated version (#125)

This commit is contained in:
wallrony 2022-05-05 16:25:47 -03:00
parent 4a143af5db
commit 4735c3c42d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apt-get update -y \
&& apt-get install -y curl
ARG COMPLY_VERSION
ENV COMPLY_VERSION ${COMPLY_VERSION:-1.4.0}
ENV COMPLY_VERSION ${COMPLY_VERSION:-1.6.0}
EXPOSE 4000/tcp