We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc96b commit 20c76d8Copy full SHA for 20c76d8
2 files changed
.github/workflows/prod.yml
@@ -24,8 +24,8 @@ jobs:
24
--health-retries 5
25
strategy:
26
matrix:
27
- otp: ['26.2']
28
- elixir: ['1.16.3']
+ otp: ['27.2']
+ elixir: ['1.17.3']
29
steps:
30
- name: Checkout code
31
uses: actions/checkout@v4 # Pin to a specific version for stability
Dockerfile
@@ -11,8 +11,8 @@
11
# - https://pkgs.org/ - resource for finding needed packages
12
# - Ex: hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim
13
#
14
-ARG ELIXIR_VERSION=1.15.7
15
-ARG OTP_VERSION=26.1.1
+ARG ELIXIR_VERSION=1.17.3
+ARG OTP_VERSION=27.2.2
16
ARG DEBIAN_VERSION=bullseye-20230612-slim
17
18
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
0 commit comments