Skip to content

Commit

Permalink
Update gcsfuse version in Dockerfile for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lezh committed Apr 26, 2021
1 parent c5433f3 commit 911fd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/package_gcsfuse_docker/Dockerfile
Expand Up @@ -27,7 +27,7 @@ ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GO111MODULE=auto

ARG GCSFUSE_VERSION="0.34.1"
ARG GCSFUSE_VERSION="0.35.0"
ARG GCSFUSE_REPO="github.com/googlecloudplatform/gcsfuse/"
ENV GCSFUSE_PATH "$GOPATH/src/$GCSFUSE_REPO"
RUN go get -u ${GCSFUSE_REPO}
Expand Down

0 comments on commit 911fd42

Please sign in to comment.