style: fix casing
This commit is contained in:
parent
c136d7eb07
commit
91c4ca2bc2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ARG DEBIAN_VERSION=bullseye-20241111-slim
|
|||
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
|
||||
|
||||
FROM ${BUILDER_IMAGE} as builder
|
||||
FROM ${BUILDER_IMAGE} AS builder
|
||||
|
||||
# install build dependencies
|
||||
RUN apt-get update -y && apt-get install -y build-essential git \
|
||||
|
|
Loading…
Reference in a new issue