Skip to content

Commit

Permalink
Fix OTP version for arm64 (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker authored Mar 8, 2023
1 parent 24ebae0 commit 34f24bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/featureflagservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.14.3-erlang-25.2.3-debian-buster-20230202-slim
#
# IMPORTANT NOTE - Do not upgrade past OTP 23, otherwise arm64 publishing will break.
ARG ELIXIR_VERSION=1.14.3
ARG OTP_VERSION=25.2.3
ARG DEBIAN_VERSION=buster-20230202-slim
ARG OTP_VERSION=23.3.4.9
ARG DEBIAN_VERSION=bullseye-20210902-slim

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

0 comments on commit 34f24bb

Please sign in to comment.