-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Bump elixir to 1.17.3 and OTP to 27.2.1 #5040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fe95d03
Bump elixir to 1.17.3 and OTP to 27.2.1
aerosol f73aee3
Bump cache
aerosol 53444a2
Bump secondary alpine
aerosol e04750f
Try unzip due to `{:error, :bad_eocd}` on OTP 27.2.1
aerosol 018d33f
jfc
aerosol 4b21ca7
Revert "jfc"
aerosol 46de848
Revert "Try unzip due to `{:error, :bad_eocd}` on OTP 27.2.1"
aerosol 34f6ece
huh
aerosol 4b0e08a
Use Plausible.File.mv!
aerosol 5ad1c38
Another one
aerosol 389cd60
fixup
aerosol b4dc19a
Format
aerosol 6a418a1
Another one
aerosol c0c5c50
Format
aerosol edc1f7f
Update test/plausible/exports_test.exs
aerosol 3550ffb
Merge branch 'master' into platform-bump
aerosol cc72206
Merge branch 'master' into platform-bump
aerosol 12f7a16
Bump CI cache again
aerosol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,3 +1,3 @@ | ||
| erlang 27.0 | ||
| elixir 1.17.1-otp-27 | ||
| erlang 27.2.1 | ||
| elixir 1.17.3-otp-27 | ||
| nodejs 21.7.3 |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| # platform specific, it makes sense to build it in the docker | ||
|
|
||
| #### Builder | ||
| FROM hexpm/elixir:1.17.1-erlang-27.0-alpine-3.20.1 AS buildcontainer | ||
| FROM hexpm/elixir:1.17.3-erlang-27.2.1-alpine-3.20.5 AS buildcontainer | ||
|
|
||
| ARG MIX_ENV=ce | ||
|
|
||
|
|
@@ -54,7 +54,7 @@ COPY rel rel | |
| RUN mix release plausible | ||
|
|
||
| # Main Docker Image | ||
| FROM alpine:3.20.1 | ||
| FROM alpine:3.20.5 | ||
| LABEL maintainer="plausible.io <[email protected]>" | ||
|
|
||
| ARG BUILD_METADATA={} | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.