forked from e621ng/e621ng
[Ruby] Bump to 3.2.2
This commit is contained in:
parent
14756f879e
commit
921e6762ea
@ -1 +1 @@
|
||||
3.1.4
|
||||
3.2.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ruby:3.1.4-alpine3.17 as ruby-builder
|
||||
FROM ruby:3.2.2-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.4-alpine3.17
|
||||
FROM ruby:3.2.2-alpine3.17
|
||||
|
||||
RUN apk --no-cache add ffmpeg vips \
|
||||
postgresql15-client \
|
||||
|
@ -27,7 +27,7 @@
|
||||
document.body.appendChild(s);
|
||||
})();
|
||||
<% end -%>
|
||||
<% ad_rand = Random::DEFAULT.rand(50000000) %>
|
||||
<% ad_rand = Random.rand(50000000) %>
|
||||
<% ad_zone = Danbooru.config.ads_zone_desktop %>
|
||||
<noscript class="adzone">
|
||||
<a href='https://ads.dragonfru.it/www/delivery/ck.php?zoneid=<%= ad_zone[:zone] %>&n=<%= ad_zone[:checksum] %>&cb=<%= ad_rand %>' target='_blank' rel="nofollow noopener">
|
||||
|
@ -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.4-alpine3.17
|
||||
FROM ruby:3.2.2-alpine3.17
|
||||
|
||||
RUN apk --no-cache add git libjpeg-turbo gd tzdata
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user