[Ruby] Bump version

This commit is contained in:
Earlopain 2023-04-03 17:39:37 +02:00
parent 46a0c65476
commit 7f4344936e
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
3.1.3
3.1.4

View File

@ -1,4 +1,4 @@
FROM ruby:3.1.3-alpine3.17 as ruby-builder
FROM ruby:3.1.4-alpine3.17 as ruby-builder
RUN apk --no-cache add build-base git glib-dev postgresql15-dev
@ -19,7 +19,7 @@ WORKDIR /app
COPY package.json yarn.lock ./
RUN corepack enable && corepack prepare --activate && yarn install
FROM ruby:3.1.3-alpine3.17
FROM ruby:3.1.4-alpine3.17
RUN apk --no-cache add ffmpeg vips \
postgresql15-client \

View File

@ -15,7 +15,7 @@ RUN apk --no-cache add $BUILD_DEPS \
&& make EXTRADEFS="-include stdint.h" -j$(nproc) \
&& apk del $BUILD_DEPS
FROM ruby:3.1.3-alpine3.17
FROM ruby:3.1.4-alpine3.17
RUN apk --no-cache add git libjpeg-turbo gd tzdata