Skip to content

Commit

Permalink
Prepare for v0.35.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lezh committed Jun 7, 2021
1 parent e846581 commit be7a155
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.35.0"
ARG GCSFUSE_VERSION="0.35.1"
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 be7a155

Please sign in to comment.