forked from solectrus/solectrus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.3 | ||
3.1.0 |
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,10 +1,10 @@ | ||
FROM ghcr.io/ledermann/rails-base-builder:3.0.3-alpine AS Builder | ||
FROM ghcr.io/ledermann/rails-base-builder:3.1.0-alpine AS Builder | ||
|
||
# Remove some files not needed in resulting image. | ||
# Because they are required for building the image, they can't be added to .dockerignore | ||
RUN rm -r package.json yarn.lock postcss.config.js tailwind.config.js esbuild.config.js esbuild-dev.config.js | ||
|
||
FROM ghcr.io/ledermann/rails-base-final:3.0.3-alpine | ||
FROM ghcr.io/ledermann/rails-base-final:3.1.0-alpine | ||
LABEL maintainer="[email protected]" | ||
|
||
# Workaround to trigger Builder's ONBUILDs to finish: | ||
|
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