Skip to content

Commit 868330b

Browse files
Merge pull request #8 from rurema/dependabot/docker/ruby-3.3.3
Bump ruby from 3.3.2 to 3.3.3
2 parents 2a1b6e4 + b48fecf commit 868330b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.2
1+
FROM ruby:3.3.3
22

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

Dockerfile.rurema-search

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.2
1+
FROM ruby:3.3.3
22

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

0 commit comments

Comments
 (0)