forked from e621ng/e621ng
[Ruby] Bump to 3.3.1
This commit is contained in:
parent
0dce1e50f2
commit
f51e0e85cf
@ -1 +1 @@
|
|||||||
3.2.2
|
3.3.1
|
||||||
|
@ -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
|
RUN apk --no-cache add build-base cmake git glib-dev postgresql15-dev
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ WORKDIR /app
|
|||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN corepack enable && corepack prepare --activate && yarn install
|
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 \
|
RUN apk --no-cache add ffmpeg vips \
|
||||||
postgresql15-client \
|
postgresql15-client \
|
||||||
|
Loading…
Reference in New Issue
Block a user