Skip to content

Commit

Permalink
update image version again
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Jul 8, 2023
1 parent 1e01390 commit 1f213cd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Expand Up @@ -12,11 +12,10 @@
# - Ex: hexpm/elixir:1.15.0-erlang-26.0.1-debian-bullseye-20230522-slim
ARG ELIXIR_VERSION=1.15.2
ARG OTP_VERSION=26.0.2

ARG DEBIAN_VERSION=bullseye-20230612-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
ARG OS_NAME=debian
ARG OS_VER=bullseye-20230612-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-${OS_NAME}-${OS_VER}"
ARG RUNNER_IMAGE="${OS_NAME}:${OS_VER}"

FROM ${BUILDER_IMAGE} as builder

Expand Down

0 comments on commit 1f213cd

Please sign in to comment.