Skip to content

Commit

Permalink
Upgrade to Ruby 3.3.x for docker distribution (#113)
Browse files Browse the repository at this point in the history
* Upgrade to Ruby 3.3.x for docker distribution

* Bump version
  • Loading branch information
ngan authored May 17, 2024
1 parent deedcfb commit 5105cb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.9.0
* Upgrade to Ruby 3.3 for docker distribution.

### 4.8.0
* Move `BUILDKITE_BUILDER_PIPELINE_PATH` override as part of command abstract.

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0
FROM ruby:3.3
ARG version

RUN if [ -z ${version} ]; then \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.0
4.9.0

0 comments on commit 5105cb9

Please sign in to comment.