Skip to content

Commit 66c1dac

Browse files
authored
Merge pull request #20277 from adfoster-r7/update-ruby-3.2.8
Update ruby version 3.2.8
2 parents 99a616e + da9b9ca commit 66c1dac

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.5
1+
3.2.8

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.5-alpine3.20 AS builder
1+
FROM ruby:3.2.8-alpine3.21 AS builder
22
LABEL maintainer="Rapid7"
33

44
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 \
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 \
4748
ENV GO111MODULE=off
4849
RUN 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
5758
LABEL maintainer="Rapid7"
5859
ARG TARGETARCH
5960

0 commit comments

Comments
 (0)