Skip to content

Commit 2a1e5ce

Browse files
committed
Update ruby version 3.3.8
1 parent d2da920 commit 2a1e5ce

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.5
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.5-alpine3.20 AS builder
1+
FROM ruby:3.3.8-alpine3.20 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'"
@@ -53,7 +53,7 @@ RUN mkdir -p $TOOLS_HOME/bin && \
5353
cd go/src && \
5454
./make.bash
5555

56-
FROM ruby:3.2.5-alpine3.20
56+
FROM ruby:3.3.8-alpine3.20
5757
LABEL maintainer="Rapid7"
5858
ARG TARGETARCH
5959

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,4 @@ DEPENDENCIES
641641
yard
642642

643643
BUNDLED WITH
644-
2.5.10
644+
2.5.22

0 commit comments

Comments
 (0)