Skip to content

Commit

Permalink
fix: dockerfile casing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Jul 7, 2024
1 parent 545689a commit fb66cbf
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
@@ -1,5 +1,5 @@
# build-python-poetry
FROM cgr.dev/chainguard/python:latest-dev as build-python-poetry
FROM cgr.dev/chainguard/python:latest-dev AS build-python-poetry

WORKDIR /build

Expand All @@ -16,7 +16,7 @@ RUN /home/nonroot/.local/bin/poetry export --format=requirements.txt --output=/b
RUN /home/nonroot/.local/bin/poetry build --format=sdist --no-interaction

# build-apiserver
FROM cgr.dev/chainguard/python:latest-dev as build-apiserver
FROM cgr.dev/chainguard/python:latest-dev AS build-apiserver

WORKDIR /build

Expand Down

0 comments on commit fb66cbf

Please sign in to comment.