Skip to content

Commit

Permalink
Merge 60523ec into 75d3f60
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
2 parents 75d3f60 + 60523ec commit 26638ed
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 26638ed

Please sign in to comment.