File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- 3.2.5
1+ 3.2.8
Original file line number Diff line number Diff line change 1- FROM ruby:3.2.5 -alpine3.20 AS builder
1+ FROM ruby:3.2.8 -alpine3.21 AS builder
22LABEL maintainer="Rapid7"
33
44ARG BUNDLER_CONFIG_ARGS="set force_ruby_platform 'true' set no-cache 'true' set system 'true' set without 'development test coverage'"
@@ -24,6 +24,7 @@ RUN apk add --no-cache \
2424 readline-dev \
2525 sqlite-dev \
2626 postgresql-dev \
27+ libffi-dev \
2728 libpcap-dev \
2829 libxml2-dev \
2930 libxslt-dev \
@@ -47,13 +48,13 @@ RUN apk add --no-cache \
4748ENV GO111MODULE=off
4849RUN mkdir -p $TOOLS_HOME/bin && \
4950 cd $TOOLS_HOME/bin && \
50- curl -O https://dl.google.com/go/go1.21.1 .src.tar.gz && \
51- tar -zxf go1.21.1 .src.tar.gz && \
52- rm go1.21.1 .src.tar.gz && \
51+ curl -O https://dl.google.com/go/go1.24.0 .src.tar.gz && \
52+ tar -zxf go1.24.0 .src.tar.gz && \
53+ rm go1.24.0 .src.tar.gz && \
5354 cd go/src && \
5455 ./make.bash
5556
56- FROM ruby:3.2.5 -alpine3.20
57+ FROM ruby:3.2.8 -alpine3.21
5758LABEL maintainer="Rapid7"
5859ARG TARGETARCH
5960
You can’t perform that action at this time.
0 commit comments