[Ruby] Bump to 3.3.1

This commit is contained in:
Earlopain 2024-04-28 11:46:36 +02:00
parent 0dce1e50f2
commit f51e0e85cf
No known key found for this signature in database
GPG Key ID: 48860312319ADF61
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.2.2
3.3.1

View File

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