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 d2da920 commit 2a1e5ceCopy full SHA for 2a1e5ce
.ruby-version
@@ -1 +1 @@
1
-3.2.5
+3.3.8
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.2.5-alpine3.20 AS builder
+FROM ruby:3.3.8-alpine3.20 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'"
@@ -53,7 +53,7 @@ RUN mkdir -p $TOOLS_HOME/bin && \
53
cd go/src && \
54
./make.bash
55
56
-FROM ruby:3.2.5-alpine3.20
+FROM ruby:3.3.8-alpine3.20
57
58
ARG TARGETARCH
59
Gemfile.lock
@@ -641,4 +641,4 @@ DEPENDENCIES
641
yard
642
643
BUNDLED WITH
644
- 2.5.10
+ 2.5.22
0 commit comments