Skip to content

Commit 20c76d8

Browse files
author
ks0m1c_dharma
committed
Version Bump for Prod
1 parent b7cc96b commit 20c76d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
--health-retries 5
2525
strategy:
2626
matrix:
27-
otp: ['26.2']
28-
elixir: ['1.16.3']
27+
otp: ['27.2']
28+
elixir: ['1.17.3']
2929
steps:
3030
- name: Checkout code
3131
uses: actions/checkout@v4 # Pin to a specific version for stability

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# - https://pkgs.org/ - resource for finding needed packages
1212
# - Ex: hexpm/elixir:1.15.7-erlang-26.1.1-debian-bullseye-20230612-slim
1313
#
14-
ARG ELIXIR_VERSION=1.15.7
15-
ARG OTP_VERSION=26.1.1
14+
ARG ELIXIR_VERSION=1.17.3
15+
ARG OTP_VERSION=27.2.2
1616
ARG DEBIAN_VERSION=bullseye-20230612-slim
1717

1818
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"

0 commit comments

Comments
 (0)