forked from e621ng/e621ng
[Docker] Bump to alpine 3.19
Let's get this out of the way if stuff needs to be rebuild anyways
This commit is contained in:
parent
a7228612a2
commit
db5bdabae2
@ -1,4 +1,4 @@
|
||||
FROM ruby:3.2.2-alpine3.18 as ruby-builder
|
||||
FROM ruby:3.2.2-alpine3.19 as ruby-builder
|
||||
|
||||
RUN apk --no-cache add build-base cmake git glib-dev postgresql15-dev
|
||||
|
||||
@ -8,13 +8,13 @@ RUN gem i foreman && BUNDLE_IGNORE_CONFIG=true bundle install -j$(nproc) \
|
||||
&& find /usr/local/bundle/gems/ -name "*.c" -delete \
|
||||
&& find /usr/local/bundle/gems/ -name "*.o" -delete
|
||||
|
||||
FROM node:20-alpine3.18 as node-builder
|
||||
FROM node:20-alpine3.19 as node-builder
|
||||
RUN apk --no-cache add git
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN corepack enable && corepack prepare --activate && yarn install
|
||||
|
||||
FROM ruby:3.2.2-alpine3.18
|
||||
FROM ruby:3.2.2-alpine3.19
|
||||
|
||||
RUN apk --no-cache add ffmpeg vips \
|
||||
postgresql15-client \
|
||||
|
Loading…
Reference in New Issue
Block a user