Update ruby version 3.3.8

This commit is contained in:
adfoster-r7
2025-05-20 10:26:46 +01:00
parent fde78bf73f
commit f0626b38cb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
3.2.8
3.3.8
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ruby:3.2.8-alpine3.21 AS builder
FROM ruby:3.3.8-alpine3.21 AS builder
LABEL maintainer="Rapid7"
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 && \
cd go/src && \
./make.bash
FROM ruby:3.2.8-alpine3.21
FROM ruby:3.3.8-alpine3.21
LABEL maintainer="Rapid7"
ARG TARGETARCH
+1 -1
View File
@@ -642,4 +642,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.5.10
2.5.22