Skip to content

Commit

Permalink
Merge pull request #34 from dysonreturns/feature/ruby-3-3-1
Browse files Browse the repository at this point in the history
feat: updates build and docker to 3.3.1
  • Loading branch information
dysonreturns committed Apr 25, 2024
2 parents c6acbe8 + f8f30e9 commit 37b6bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.3.0'
- '3.3.1'
steps:
- name: Update Release PR
uses: google-github-actions/release-please-action@v3
Expand Down
2 changes: 1 addition & 1 deletion lib/docker_build/Dockerfile.ruby
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL service="bot-ruby-local"
USER root
WORKDIR /root/ruby-builder

ARG RUBY_VERSION=3.3.0
ARG RUBY_VERSION=3.3.1
ARG DEBIAN_DISABLE_RUBYGEMS_INTEGRATION=true

# Deps - Ruby build
Expand Down

0 comments on commit 37b6bdc

Please sign in to comment.