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`.