Skip to content

Commit ea31828

Browse files
committed
Adjust casing in Containerfile
1 parent 8da86a3 commit ea31828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine as builder
1+
FROM python:3.13-alpine AS builder
22

33
RUN pip install poetry
44

@@ -15,7 +15,7 @@ RUN touch README.md
1515
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
1616

1717
# The runtime image, used to just run the code provided its virtual environment
18-
FROM python:3.13-alpine as runtime
18+
FROM python:3.13-alpine AS runtime
1919

2020
ENV VIRTUAL_ENV=/app/.venv \
2121
PATH="/app/.venv/bin:$PATH" \

0 commit comments

Comments
 (0)