Skip to content

Commit

Permalink
Bump ruby from 3.2.2-slim to 3.3.0-slim
Browse files Browse the repository at this point in the history
Bumps ruby from 3.2.2-slim to 3.3.0-slim.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent ecae0ee commit 720c192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-slim
FROM ruby:3.3.0-slim

RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
build-essential \
Expand Down
2 changes: 1 addition & 1 deletion production.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-slim
FROM ruby:3.3.0-slim

RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 720c192

Please sign in to comment.