1
0
mirror of https://github.com/strongdm/comply synced 2024-11-05 15:35:25 +00:00

Fix comply binary outdated version (#125)

This commit is contained in:
wallrony 2022-05-05 16:25:47 -03:00
parent 4a143af5db
commit 4735c3c42d

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