generated from templatus/templatus-vue
-
Notifications
You must be signed in to change notification settings - Fork 18
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
5 changed files
with
7 additions
and
10 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 +1 @@ | ||
3.3.6 | ||
3.4.1 |
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.3.6-alpine AS builder | ||
FROM ghcr.io/ledermann/rails-base-builder:3.4.1-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 tailwind.config.js postcss.config.js vite.config.mts tsconfig.json | ||
|
||
FROM ghcr.io/ledermann/rails-base-final:3.3.6-alpine | ||
FROM ghcr.io/ledermann/rails-base-final:3.4.1-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