File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ruby:4.0.3
33# Install Packages
44RUN apt-get update && apt-get install -y curl build-essential libpq-dev default-libmysqlclient-dev vim tree
55
6- ARG BUNDLER_VERSION=4.0.10
6+ ARG BUNDLER_VERSION=4.0.11
77
88WORKDIR /tmp
99
Original file line number Diff line number Diff line change @@ -467,4 +467,4 @@ RUBY VERSION
467467 ruby 4.0.3
468468
469469BUNDLED WITH
470- 4.0.10
470+ 4.0.11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN ln -s /usr/local/bin/node /usr/local/bin/nodejs && \
1212 ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm
1313RUN npm install -g pnpm@10.33.0
1414
15- ARG BUNDLER_VERSION=4.0.10
15+ ARG BUNDLER_VERSION=4.0.11
1616
1717WORKDIR /tmp
1818
Original file line number Diff line number Diff line change @@ -561,4 +561,4 @@ RUBY VERSION
561561 ruby 4.0.3
562562
563563BUNDLED WITH
564- 4.0.10
564+ 4.0.11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ruby:4.0.3
33# Install Packages
44RUN apt-get update && apt-get install -y curl build-essential libpq-dev vim tree
55
6- ARG BUNDLER_VERSION=4.0.10
6+ ARG BUNDLER_VERSION=4.0.11
77
88WORKDIR /tmp
99
Original file line number Diff line number Diff line change @@ -445,4 +445,4 @@ RUBY VERSION
445445 ruby 4.0.3
446446
447447BUNDLED WITH
448- 4.0.10
448+ 4.0.11
You can’t perform that action at this time.
0 commit comments