Skip to content

Commit

Permalink
Land rapid7#19189, Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 authored May 21, 2024
2 parents 67154a1 + c4e55f1 commit 0c5a021
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
fail-fast: true
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3.0-preview3'
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.1.5
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.4-alpine3.18 AS builder
FROM ruby:3.1.5-alpine3.18 AS builder
LABEL maintainer="Rapid7"

ARG BUNDLER_CONFIG_ARGS="set no-cache 'true' set system 'true' set without 'development test coverage'"
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN mkdir -p $TOOLS_HOME/bin && \
cd go/src && \
./make.bash

FROM ruby:3.1.4-alpine3.18
FROM ruby:3.1.5-alpine3.18
LABEL maintainer="Rapid7"
ARG TARGETARCH

Expand Down

0 comments on commit 0c5a021

Please sign in to comment.