Skip to content

Commit

Permalink
Downgrade to kaniko 0.16 because of regression
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShu committed Apr 8, 2020
1 parent 066417d commit 7c01686
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 @@ -3,6 +3,6 @@ WORKDIR /go/src/github.com/github.com/datawire/aes-project-builder
COPY . .
RUN CGO_ENABLED=0 go install -ldflags '-w -s' .

FROM gcr.io/kaniko-project/executor:v0.19.0
FROM gcr.io/kaniko-project/executor:v0.16.0
COPY --from=0 /go/bin/aes-project-builder /kaniko/aes-project-builder
ENTRYPOINT ["/kaniko/aes-project-builder"]

0 comments on commit 7c01686

Please sign in to comment.