diff --git a/Dockerfile b/Dockerfile index fee2015..442d6a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.18-alpine AS build WORKDIR /go/src/github.com/arbourd/concourse-slack-alert-resource RUN apk --no-cache add --update git -COPY go.* . +COPY go.* ./ RUN go mod download COPY . ./