Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Dec 22, 2024
1 parent 9ea50c4 commit 98f1da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=buster-20240612-slim - for the release image
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202-slim
# - https://hub.docker.com/layers/hexpm/elixir/1.18.0-erlang-27.2-debian-bullseye-20241202-slim/images/sha256-fcfe41da8332f73b011127ef9f3bdcb7d8ba5005e0e6484eed7c0bba9d60d747
# - https://hub.docker.com/layers/hexpm/elixir/1.18.0-erlang-27.2-debian-bullseye-20241202-slim
#
ARG ELIXIR_VERSION=1.18.0
ARG OTP_VERSION=27.2
ARG DEBIAN_VERSION=debian-bullseye-20241202-slim
ARG DEBIAN_VERSION=bullseye-20241202-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 98f1da9

Please sign in to comment.