From ee3bc789ea313a2b30acc73ef4a90d678eb8e33d Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 7 Apr 2022 13:26:31 -0700 Subject: [PATCH] Fix linting --- Dockerfile.multi-stage | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.multi-stage b/Dockerfile.multi-stage index 400866d..dab6c81 100644 --- a/Dockerfile.multi-stage +++ b/Dockerfile.multi-stage @@ -4,6 +4,7 @@ FROM golang:1.17-alpine AS builder # hadolint ignore=DL3018 RUN apk add --no-cache git +# hadolint ignore=DL3059 RUN mkdir /app WORKDIR /app diff --git a/README.md b/README.md index 29dc134..e932b1f 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Usage: ## Installation -You can either install the binary from the Releases tab or use the image hosted on Docker Hub at `iamthefij/tag-checker`. \ No newline at end of file +You can either install the binary from the Releases tab or use the image hosted on Docker Hub at `iamthefij/tag-checker`.