Skip to content

Commit

Permalink
One more time
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Jun 29, 2022
1 parent 7b32043 commit e662c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . ./
Expand Down

0 comments on commit e662c38

Please sign in to comment.