We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5138e4 commit 498e8d2Copy full SHA for 498e8d2
tools/package_gcsfuse_docker/Dockerfile
@@ -19,7 +19,7 @@
19
20
FROM golang:1.23.0 as builder
21
22
-RUN apt-get update -qq && apt-get install -y ruby ruby-dev rubygems build-essential rpm && gem install --no-document bundler
+RUN apt-get update -qq && apt-get install -y ruby ruby-dev rubygems build-essential rpm && gem install --no-document bundler -v "2.4.12"
23
24
ENV CGO_ENABLED=0
25
ENV GOOS=linux
0 commit comments