Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Jul 19, 2020
1 parent 0da420b commit c8e3fd7
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
@@ -1,7 +1,7 @@
FROM golang:1.14-alpine as builder
WORKDIR /jfrog-cli-go
COPY . /jfrog-cli-go
RUN apk add --update git && sh build.sh
RUN apk add --update git && sh build/build.sh
FROM alpine:3.7
ENV CI true
RUN apk add --no-cache bash tzdata ca-certificates curl
Expand Down

0 comments on commit c8e3fd7

Please sign in to comment.