Skip to content

Commit

Permalink
Fix FromAsCasing (#945)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 5, 2024
1 parent 39cb231 commit bf2b485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION=3.12.3
FROM python:${PYTHON_VERSION}-slim as builder
FROM python:${PYTHON_VERSION}-slim AS builder

COPY . /src

Expand Down Expand Up @@ -35,7 +35,7 @@ git clone --depth 1 https://github.com/osism/openstack-simple-stress.git /openst
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /openstack-simple-stress/requirements.txt
EOF

FROM python:${PYTHON_VERSION}-slim as osism
FROM python:${PYTHON_VERSION}-slim AS osism

COPY --from=builder /wheels /wheels

Expand Down Expand Up @@ -121,7 +121,7 @@ pyclean /usr
pip3 uninstall -y pyclean
EOF

FROM osism as osism-netbox
FROM osism AS osism-netbox

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit bf2b485

Please sign in to comment.