Skip to content

Commit 98b505c

Browse files
Merge branch 'main' into fix-old-committee
2 parents 916490e + 33e77cd commit 98b505c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ruby:3.4.2 AS base
1+
FROM ruby:3.4.3 AS base
2+
3+
RUN bundle config set frozen 'true' && \
4+
bundle config set path '/vendor/bundle'
25

3-
RUN bundle config --global frozen 1 && \
4-
mkdir -p /vendor/bundle && \
5-
bundle config set --local path /vendor/bundle
66
WORKDIR /usr/src/app
77

88
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)