Skip to content

Commit 5f32749

Browse files
committed
1 parent 1e7b8e2 commit 5f32749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.9-slim as base
1+
FROM python:3.10.9-slim AS base
22

33
LABEL org.opencontainers.image.source="https://github.com/ZiRO-Bot/Z3R0"
44
LABEL org.opencontainers.image.description="A multi-purpose open-source discord bot"
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get upgrade -y \
2222
&& python -m venv /venv
2323

2424
# ---
25-
FROM base as builder
25+
FROM base AS builder
2626

2727
WORKDIR /app
2828

@@ -32,7 +32,7 @@ ADD src/ ./src
3232
RUN poetry install --without test,dev -E postgresql -E mysql -E voice -E speedup
3333

3434
# ---
35-
FROM base as final
35+
FROM base AS final
3636

3737
WORKDIR /app
3838

0 commit comments

Comments
 (0)