[Docker] Bump to alpine 3.18

This commit is contained in:
Earlopain 2023-06-05 22:14:10 +02:00
parent 33bab9e9f0
commit e1023163c6
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
2 changed files with 4 additions and 4 deletions

View File

@ -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
@ -13,13 +13,13 @@ RUN if [[ $COMPOSE_PROFILES == *"solargraph"* ]]; then \
bundle exec yard gems; \
fi
FROM node:18-alpine3.17 as node-builder
FROM node:18-alpine3.18 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.17
FROM ruby:3.2.2-alpine3.18
RUN apk --no-cache add ffmpeg vips \
postgresql15-client \

View File

@ -47,7 +47,7 @@ services:
tty: true
autocompleted:
image: ghcr.io/e621ng/autocompleted:d0937172604cc9ece2a6a0963524518b592b03d8
image: ghcr.io/e621ng/autocompleted:54b516eded7b6641d6e958b0700eb6a887502dc1
command: /app/autocompleted
environment:
SERVER_ADDR: autocompleted:8118