We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde78bf commit f0626b3Copy full SHA for f0626b3
.ruby-version
@@ -1 +1 @@
1
-3.2.8
+3.3.8
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.2.8-alpine3.21 AS builder
+FROM ruby:3.3.8-alpine3.21 AS builder
2
LABEL maintainer="Rapid7"
3
4
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 && \
54
cd go/src && \
55
./make.bash
56
57
-FROM ruby:3.2.8-alpine3.21
+FROM ruby:3.3.8-alpine3.21
58
59
ARG TARGETARCH
60
Gemfile.lock
@@ -642,4 +642,4 @@ DEPENDENCIES
642
yard
643
644
BUNDLED WITH
645
- 2.5.10
+ 2.5.22
0 commit comments