File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
25
25
26
26
#### Languages and services
27
27
28
- - Update ` Ruby ` to ` 3.0.3 ` and switch to Debian Bullseye Slim
28
+ - Update ` Ruby ` to ` 3.1.0 ` and switch to Debian Bullseye Slim
29
29
- Update ` Node ` to ` 16.x `
30
30
- Update ` PostgreSQL ` to ` 14.1 ` and switch to Debian Bullseye Slim
31
31
- Update ` Redis ` to ` 6.2.6 ` and switch to Debian Bullseye Slim
Original file line number Diff line number Diff line change 1
- FROM ruby:3.0.3 -slim-bullseye AS assets
1
+ FROM ruby:3.1.0 -slim-bullseye AS assets
2
2
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"
3
3
4
4
WORKDIR /app
@@ -38,7 +38,7 @@ CMD ["bash"]
38
38
39
39
# ##############################################################################
40
40
41
- FROM ruby:3.0.3 -slim-bullseye AS app
41
+ FROM ruby:3.1.0 -slim-bullseye AS app
42
42
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"
43
43
44
44
WORKDIR /app
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
3
3
4
- ruby "3.0.3 "
4
+ ruby "3.1.0 "
5
5
6
6
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7
7
gem "rails" , "~> 7.0.1"
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ DEPENDENCIES
243
243
webdrivers
244
244
245
245
RUBY VERSION
246
- ruby 3.0.3p157
246
+ ruby 3.1.0p0
247
247
248
248
BUNDLED WITH
249
- 2.2.32
249
+ 2.3.3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
14
14
based on building and deploying dozens of assorted Dockerized web apps since
15
15
late 2014.
16
16
17
- ** This app is using Rails 7.0.1 and Ruby 3.0.3 ** . The screenshot doesn't get
17
+ ** This app is using Rails 7.0.1 and Ruby 3.1.0 ** . The screenshot doesn't get
18
18
updated every time I bump the versions:
19
19
20
20
[ ![ Screenshot] ( .github/docs/screenshot.jpg )] ( https://github.com/nickjj/docker-rails-example/blob/main/.github/docs/screenshot.jpg?raw=true )
You can’t perform that action at this time.
0 commit comments