We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b32043 commit e662c38Copy full SHA for e662c38
Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.18-alpine AS build
2
WORKDIR /go/src/github.com/arbourd/concourse-slack-alert-resource
3
RUN apk --no-cache add --update git
4
5
-COPY go.* .
+COPY go.* ./
6
RUN go mod download
7
8
COPY . ./
0 commit comments