Skip to content

Commit 4f4eb80

Browse files
authored
Merge pull request #961 from MikeMcQuaid/bump_ruby_version
2 parents 2744984 + ab28b00 commit 4f4eb80

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.4

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION
1+
ARG RUBY_VERSION=3
22
FROM ruby:$RUBY_VERSION-alpine
33

44
RUN apk --update add build-base
@@ -9,6 +9,10 @@ USER strap
99
WORKDIR /app
1010
COPY . .
1111

12+
ENV RACK_ENV="production" \
13+
BUNDLE_DEPLOYMENT="1" \
14+
BUNDLE_WITHOUT="development"
15+
1216
RUN script/bootstrap
1317

1418
HEALTHCHECK --interval=5m --timeout=3s \

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ DEPENDENCIES
166166
sinatra
167167

168168
RUBY VERSION
169-
ruby 3.3.1p55
169+
ruby 3.3.4p94
170170

171171
BUNDLED WITH
172-
2.5.9
172+
2.5.14

0 commit comments

Comments
 (0)