Skip to content

Commit

Permalink
Update to Ruby 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 23, 2022
1 parent a6a1bc5 commit 19bcc01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.1-bullseye
FROM ruby:3.1.2-bullseye

# Make apt non-interactive
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \
Expand Down Expand Up @@ -48,7 +48,6 @@ RUN COMPOSE_URL="https://github.com/linuxserver/docker-docker-compose/releases/d
RUN curl -sfL $(curl -s https://api.github.com/repos/powerman/dockerize/releases/latest | grep -i /dockerize-$(uname -s)-$(dpkg --print-architecture)\" | cut -d\" -f4) | install /dev/stdin /usr/local/bin/dockerize

# Install RubyGems
RUN gem update --system
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"

# Upgrade RubyGems and Bundler
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
version: 3.0.3
dockerfile: Dockerfile-3.0.3
- engine: ruby
version: 3.1.1
dockerfile: Dockerfile-3.1.1
version: 3.1.2
dockerfile: Dockerfile-3.1.2
- engine: ruby
version: 3.2.0-preview2
dockerfile: Dockerfile-3.2.0-preview2
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ services:
- bundle-3.0:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.1:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.1.1-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.1.2-dd
command: /bin/bash
depends_on:
- ddagent
Expand Down

0 comments on commit 19bcc01

Please sign in to comment.