-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow notes on 7775134 to dump/load
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
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 postgresql15-dev | ||
RUN apk --no-cache add build-base postgresql16-dev | ||
|
||
COPY Gemfile Gemfile.lock ./ | ||
RUN gem i foreman && bundle install \ | ||
|
@@ -13,17 +13,17 @@ RUN if [[ $COMPOSE_PROFILES == *"solargraph"* ]]; then \ | |
bundle exec yard gems; \ | ||
fi | ||
|
||
FROM node:18-alpine3.18 as node-downloader | ||
FROM node:20-alpine3.19 as node-downloader | ||
|
||
RUN npm install [email protected] -g | ||
|
||
FROM ruby:3.2.2-alpine3.18 | ||
FROM ruby:3.2.2-alpine3.19 | ||
|
||
WORKDIR /app | ||
|
||
RUN apk --no-cache add \ | ||
tzdata git \ | ||
postgresql15-client \ | ||
postgresql16-client \ | ||
vips ffmpeg | ||
|
||
RUN git config --global --add safe.directory /app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.