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:
parent
4a143af5db
commit
4735c3c42d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user