Skip to content

Commit dc02cc0

Browse files
committed
Update Ruby to 3.3.1
1 parent c2e3a4b commit dc02cc0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1717

1818
#### Languages and services
1919

20-
- Update `Ruby` to `3.3.0`
20+
- Update `Ruby` to `3.3.1`
2121
- Update `Node` to `20.X`
2222
- Update `Postgres` to `16.2`
2323
- Update `Redis` to `7.2.4`

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.0-slim-bookworm AS assets
1+
FROM ruby:3.3.1-slim-bookworm AS assets
22
LABEL maintainer="Nick Janetakis <[email protected]>"
33

44
WORKDIR /app
@@ -42,7 +42,7 @@ CMD ["bash"]
4242

4343
###############################################################################
4444

45-
FROM ruby:3.3.0-slim-bookworm AS app
45+
FROM ruby:3.3.1-slim-bookworm AS app
4646
LABEL maintainer="Nick Janetakis <[email protected]>"
4747

4848
WORKDIR /app

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.3.0"
4+
ruby "3.3.1"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.1.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ DEPENDENCIES
285285
webdrivers
286286

287287
RUBY VERSION
288-
ruby 3.3.0p0
288+
ruby 3.3.1p55
289289

290290
BUNDLED WITH
291-
2.5.3
291+
2.5.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
1414
based on building and deploying dozens of assorted Dockerized web apps since
1515
late 2014.
1616

17-
**This app is using Rails 7.1.3.2 and Ruby 3.3.0**. The screenshot doesn't get
17+
**This app is using Rails 7.1.3.2 and Ruby 3.3.1**. The screenshot doesn't get
1818
updated every time I bump the versions:
1919

2020
[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-rails-example/blob/main/.github/docs/screenshot.jpg?raw=true)

0 commit comments

Comments
 (0)