We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 916490e + 33e77cd commit 98b505cCopy full SHA for 98b505c
.ruby-version
@@ -1 +1 @@
1
-3.4.2
+3.4.3
Dockerfile
@@ -1,8 +1,8 @@
-FROM ruby:3.4.2 AS base
+FROM ruby:3.4.3 AS base
2
+
3
+RUN bundle config set frozen 'true' && \
4
+ bundle config set path '/vendor/bundle'
5
-RUN bundle config --global frozen 1 && \
- mkdir -p /vendor/bundle && \
- bundle config set --local path /vendor/bundle
6
WORKDIR /usr/src/app
7
8
COPY Gemfile Gemfile.lock ./
0 commit comments