Skip to content

Commit f0626b3

Browse files
committed
Update ruby version 3.3.8
1 parent fde78bf commit f0626b3

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
@@ -642,4 +642,4 @@ DEPENDENCIES
642642
yard
643643

644644
BUNDLED WITH
645-
2.5.10
645+
2.5.22

0 commit comments

Comments
 (0)