Skip to content

Commit

Permalink
Merge 1c1eb10 into 66dd4ed
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
2 parents 66dd4ed + 1c1eb10 commit f861627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/multi-process/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rubylang/ruby:3.2-jammy
FROM rubylang/ruby:3.3-jammy

COPY docker/scripts/prepare /scripts/
RUN /scripts/prepare
Expand Down
2 changes: 1 addition & 1 deletion docker/single-process/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rubylang/ruby:3.2-jammy
FROM rubylang/ruby:3.3-jammy

COPY docker/scripts/prepare /scripts/
RUN /scripts/prepare
Expand Down

0 comments on commit f861627

Please sign in to comment.