diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-12 17:46:18 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-12 17:46:18 +0000 |
| commit | fcd3ec047d42a3c5cd44c5c4ce1dd525fe0f52fc (patch) | |
| tree | cbc0093ed1113b8347d73618660d94b150477d61 /Dockerfile | |
| parent | 1decc44a7ae62d9bc713c7b9696638a5be1df563 (diff) | |
| parent | f3336b082bf2c8de049f78449efb7fec24e0c9ba (diff) | |
Merge branch '37109-license-finder-5-11-1' into 'master'v2.2.0
Upgrade license finder to 5.11.1
See merge request gitlab-org/security-products/license-management!90
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -ARG LICENSE_FINDER_VERSION=5.9.2 +ARG LICENSE_FINDER_VERSION=5.11.1 FROM licensefinder/license_finder:$LICENSE_FINDER_VERSION MAINTAINER GitLab @@ -48,4 +48,4 @@ COPY test /test COPY run.sh / COPY . /opt/license-management/ RUN bash -lc "cd /opt/license-management && gem build *.gemspec && gem install *.gem" -ENTRYPOINT ["/run.sh"]
\ No newline at end of file +ENTRYPOINT ["/run.sh"] |
