Skip to content

Commit c998337

Browse files
committed
Dockerfile: change as to AS
1 parent 3ed4c66 commit c998337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim as builder
1+
FROM python:3.13-slim AS builder
22

33
ENV PYTHONUNBUFFERED=1 \
44
PYTHONDONTWRITEBYTECODE=1 \
@@ -24,7 +24,7 @@ COPY pyproject.toml poetry.lock ./
2424

2525
RUN poetry install --no-dev --no-root --no-interaction --no-ansi
2626

27-
FROM python:3.13-slim as runtime
27+
FROM python:3.13-slim AS runtime
2828

2929
ENV PYTHONUNBUFFERED=1 \
3030
PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)