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 2744984 + ab28b00 commit 4f4eb80Copy full SHA for 4f4eb80
3 files changed
.ruby-version
@@ -1 +1 @@
1
-3.3.1
+3.3.4
Dockerfile
@@ -1,4 +1,4 @@
-ARG RUBY_VERSION
+ARG RUBY_VERSION=3
2
FROM ruby:$RUBY_VERSION-alpine
3
4
RUN apk --update add build-base
@@ -9,6 +9,10 @@ USER strap
9
WORKDIR /app
10
COPY . .
11
12
+ENV RACK_ENV="production" \
13
+ BUNDLE_DEPLOYMENT="1" \
14
+ BUNDLE_WITHOUT="development"
15
+
16
RUN script/bootstrap
17
18
HEALTHCHECK --interval=5m --timeout=3s \
Gemfile.lock
@@ -166,7 +166,7 @@ DEPENDENCIES
166
sinatra
167
168
RUBY VERSION
169
- ruby 3.3.1p55
+ ruby 3.3.4p94
170
171
BUNDLED WITH
172
- 2.5.9
+ 2.5.14
0 commit comments