Skip to content

Commit

Permalink
Bump ruby from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.2 to 3.3.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 2a1b6e4 commit b48fecf
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.3.2
FROM ruby:3.3.3

RUN apt-get update -qy && apt-get install rsync -qy

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rurema-search
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.2
FROM ruby:3.3.3

ENV DEBIAN_FRONTEND=noninteractive
# groonga-suggest-create-dataset がなくて止まるので apt install groonga しておく
Expand Down

0 comments on commit b48fecf

Please sign in to comment.