forked from AkkomaGang/akkoma
Merge branch 'develop' into stable
This commit is contained in:
commit
367bc9c818
1 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ pipeline:
|
||||||
|
|
||||||
# Canonical amd64
|
# Canonical amd64
|
||||||
ubuntu22:
|
ubuntu22:
|
||||||
image: hexpm/elixir:1.14.2-erlang-25.1.2-ubuntu-jammy-20220428
|
image: 1.14.3-erlang-25.2.2-ubuntu-jammy-20221130
|
||||||
<<: *on-release
|
<<: *on-release
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
|
@ -122,7 +122,7 @@ pipeline:
|
||||||
- /bin/sh /entrypoint.sh
|
- /bin/sh /entrypoint.sh
|
||||||
|
|
||||||
debian-bullseye:
|
debian-bullseye:
|
||||||
image: hexpm/elixir:1.14.2-erlang-25.1.2-debian-bullseye-20221004
|
image: 1.14.3-erlang-25.2.2-debian-bullseye-20230109
|
||||||
<<: *on-release
|
<<: *on-release
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
|
@ -151,7 +151,7 @@ pipeline:
|
||||||
|
|
||||||
# Canonical amd64-musl
|
# Canonical amd64-musl
|
||||||
musl:
|
musl:
|
||||||
image: hexpm/elixir:1.14.2-erlang-25.1.2-alpine-3.16.2
|
image: 1.14.3-erlang-25.2.2-alpine-3.17.0
|
||||||
<<: *on-stable
|
<<: *on-stable
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
|
|
Loading…
Reference in a new issue