Skip to content

Commit

Permalink
Lock bundler version (#2812)
Browse files Browse the repository at this point in the history
builds using 'package_gcsfuse_docker/Dockerfile' fail without specifying 'bundler' version to match 'tools/gem_dependency/Gemfile.lock'
  • Loading branch information
kenhill authored Dec 17, 2024
1 parent fa11221 commit cb48129
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 @@ -19,7 +19,7 @@

FROM golang:1.23.4 as builder

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"

ENV CGO_ENABLED=0
ENV GOOS=linux
Expand Down

0 comments on commit cb48129

Please sign in to comment.