forked from e621ng/e621ng
[Docker] Bump to alpine 3.18
This commit is contained in:
parent
33bab9e9f0
commit
e1023163c6
@ -1,4 +1,4 @@
|
|||||||
FROM ruby:3.2.2-alpine3.17 as ruby-builder
|
FROM ruby:3.2.2-alpine3.18 as ruby-builder
|
||||||
|
|
||||||
RUN apk --no-cache add build-base git glib-dev postgresql15-dev
|
RUN apk --no-cache add build-base git glib-dev postgresql15-dev
|
||||||
|
|
||||||
@ -13,13 +13,13 @@ RUN if [[ $COMPOSE_PROFILES == *"solargraph"* ]]; then \
|
|||||||
bundle exec yard gems; \
|
bundle exec yard gems; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FROM node:18-alpine3.17 as node-builder
|
FROM node:18-alpine3.18 as node-builder
|
||||||
RUN apk --no-cache add git
|
RUN apk --no-cache add git
|
||||||
WORKDIR /app
|
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.17
|
FROM ruby:3.2.2-alpine3.18
|
||||||
|
|
||||||
RUN apk --no-cache add ffmpeg vips \
|
RUN apk --no-cache add ffmpeg vips \
|
||||||
postgresql15-client \
|
postgresql15-client \
|
||||||
|
@ -47,7 +47,7 @@ services:
|
|||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
autocompleted:
|
autocompleted:
|
||||||
image: ghcr.io/e621ng/autocompleted:d0937172604cc9ece2a6a0963524518b592b03d8
|
image: ghcr.io/e621ng/autocompleted:54b516eded7b6641d6e958b0700eb6a887502dc1
|
||||||
command: /app/autocompleted
|
command: /app/autocompleted
|
||||||
environment:
|
environment:
|
||||||
SERVER_ADDR: autocompleted:8118
|
SERVER_ADDR: autocompleted:8118
|
||||||
|
Loading…
Reference in New Issue
Block a user