Skip to content

Commit

Permalink
Update the Dockerfile for packaging gcsfuse using Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lezh committed Mar 25, 2021
1 parent 9216ed6 commit 18c89e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/package_gcsfuse_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
# RUN EXAMPLE
# docker run -it -v /tmp:/output gcsfuse-release cp -r /packages /output

FROM golang:1.15.7 as builder
FROM golang:1.16.2 as builder

RUN apt-get update -qq && \
apt-get install -y ruby ruby-dev rubygems build-essential rpm && \
gem install --no-document fpm

ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GO111MODULE=auto

ARG GCSFUSE_VERSION="0.33.1"
ARG GCSFUSE_REPO="github.com/googlecloudplatform/gcsfuse/"
Expand Down

0 comments on commit 18c89e1

Please sign in to comment.