Skip to content

Commit

Permalink
CI-container: upgrade dependencies of & remove workdir contents (#711)
Browse files Browse the repository at this point in the history
* ⬆️ upgrade dependencies & remove workdir contents

Signed-off-by: Rintaro Okamura <[email protected]>

* 🚨 fix linter warning

Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx authored Sep 17, 2020
1 parent b710bbf commit 7cf4b77
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dockers/ci/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#

FROM vdaas/vald-base:latest AS builder
ARG PROTOBUF_VERSION=3.11.4
ARG GOLANGCI_LINT_VERSION=v1.23.6
ARG REVIEWDOG_VERSION=v0.9.17
ARG YQ_VERSION=3.2.1
ARG PROTOBUF_VERSION=3.13.0
ARG GOLANGCI_LINT_VERSION=v1.31.0
ARG REVIEWDOG_VERSION=v0.10.2
ARG YQ_VERSION=3.3.4

WORKDIR ${GOPATH}/src/github.com/vdaas/vald

Expand Down Expand Up @@ -71,3 +71,5 @@ RUN curl -Lo /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download
&& chmod a+x /usr/local/bin/yq

ENV PATH=$PATH:$GOPATH/bin

RUN rm -rf "${GOPATH}/src/github.com/vdaas/vald/*"

0 comments on commit 7cf4b77

Please sign in to comment.