Skip to content

Commit ada43cd

Browse files
authored
Merge pull request #20209 from adfoster-r7/update-ruby-version-3.3.8
Update ruby version 3.3.8
2 parents 1e0a3de + f0626b3 commit ada43cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.8
1+
3.3.8

Dockerfile

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

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

57-
FROM ruby:3.2.8-alpine3.21
57+
FROM ruby:3.3.8-alpine3.21
5858
LABEL maintainer="Rapid7"
5959
ARG TARGETARCH
6060

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,4 +645,4 @@ DEPENDENCIES
645645
yard
646646

647647
BUNDLED WITH
648-
2.5.10
648+
2.5.22

0 commit comments

Comments
 (0)