Skip to content

Commit

Permalink
Update the Dockerfile for packaging gcsfuse 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lezh committed Mar 25, 2021
1 parent 18c89e1 commit 6b44794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/package_gcsfuse_docker/Dockerfile
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# BUILD EXAMPLE
# docker build . -t gcsfuse-release --build-arg GCSFUSE_VERSION=0.33.0
# docker build . -t gcsfuse-release --build-arg GCSFUSE_VERSION=0.34.0
# RUN EXAMPLE
# docker run -it -v /tmp:/output gcsfuse-release cp -r /packages /output

Expand All @@ -27,7 +27,7 @@ ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GO111MODULE=auto

ARG GCSFUSE_VERSION="0.33.1"
ARG GCSFUSE_VERSION="0.34.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 6b44794

Please sign in to comment.