Skip to content

Commit

Permalink
Merge pull request #665 from vadlakondaswetha/updatedocker
Browse files Browse the repository at this point in the history
updating docker file to 0.41.0
  • Loading branch information
Avi committed Apr 28, 2022
2 parents d3f23d6 + 6170397 commit ccf6a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/package_gcsfuse_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GO111MODULE=auto

ARG GCSFUSE_VERSION="0.40.0"
ARG GCSFUSE_VERSION="0.41.0"
ARG GCSFUSE_REPO="github.com/googlecloudplatform/gcsfuse/"
ENV GCSFUSE_PATH "$GOPATH/src/$GCSFUSE_REPO"
RUN go get ${GCSFUSE_REPO}
Expand Down

0 comments on commit ccf6a6b

Please sign in to comment.