Skip to content

Commit e662c38

Browse files
committed
One more time
1 parent 7b32043 commit e662c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.18-alpine AS build
22
WORKDIR /go/src/github.com/arbourd/concourse-slack-alert-resource
33
RUN apk --no-cache add --update git
44

5-
COPY go.* .
5+
COPY go.* ./
66
RUN go mod download
77

88
COPY . ./

0 commit comments

Comments
 (0)