Fix linting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-04-07 13:26:31 -07:00
parent 4ff321933b
commit ee3bc789ea
2 changed files with 2 additions and 1 deletions

View File

@ -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