Skip to content

Commit 0c5a021

Browse files
Land rapid7#19189, Update ruby version
2 parents 67154a1 + c4e55f1 commit 0c5a021

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
fail-fast: true
6565
matrix:
6666
ruby:
67-
- '3.0'
6867
- '3.1'
6968
- '3.2'
7069
- '3.3.0-preview3'

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.5
1+
3.1.5

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.4-alpine3.18 AS builder
1+
FROM ruby:3.1.5-alpine3.18 AS builder
22
LABEL maintainer="Rapid7"
33

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

56-
FROM ruby:3.1.4-alpine3.18
56+
FROM ruby:3.1.5-alpine3.18
5757
LABEL maintainer="Rapid7"
5858
ARG TARGETARCH
5959

0 commit comments

Comments
 (0)