Skip to content
Snippets Groups Projects
Commit 7c1d5bc7 authored by Theo Cushion's avatar Theo Cushion
Browse files

fix: ignore warning for gem install

We are installing from a gem file directly so there is no need to specify a version
parent 2d062910
No related branches found
Tags v2.3.6
No related merge requests found
......@@ -19,6 +19,6 @@ docker_lint:
image: hadolint/hadolint:latest-debian
script:
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
- hadolint --ignore DL3008 --ignore DL3028 Dockerfile
tags:
- nexus_runner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment