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
2
2
LABEL maintainer="Rapid7"
3
3
4
4
ARG 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 \
24
24
readline-dev \
25
25
sqlite-dev \
26
26
postgresql-dev \
27
+ libffi-dev \
27
28
libpcap-dev \
28
29
libxml2-dev \
29
30
libxslt-dev \
@@ -47,13 +48,13 @@ RUN apk add --no-cache \
47
48
ENV GO111MODULE=off
48
49
RUN mkdir -p $TOOLS_HOME/bin && \
49
50
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 && \
53
54
cd go/src && \
54
55
./make.bash
55
56
56
- FROM ruby:3.2.5 -alpine3.20
57
+ FROM ruby:3.2.8 -alpine3.21
57
58
LABEL maintainer="Rapid7"
58
59
ARG TARGETARCH
59
60
You can’t perform that action at this time.
0 commit comments