Update ruby version

This commit is contained in:
adfoster-r7
2024-05-20 16:38:42 +01:00
parent 6301d840bb
commit c4e55f1493
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ruby:3.1.4-alpine3.18 AS builder
FROM ruby:3.1.5-alpine3.18 AS builder
LABEL maintainer="Rapid7"
ARG BUNDLER_CONFIG_ARGS="set no-cache 'true' set system 'true' set without 'development test coverage'"
@@ -53,7 +53,7 @@ RUN mkdir -p $TOOLS_HOME/bin && \
cd go/src && \
./make.bash
FROM ruby:3.1.4-alpine3.18
FROM ruby:3.1.5-alpine3.18
LABEL maintainer="Rapid7"
ARG TARGETARCH