Skip to content

Commit

Permalink
chore(lint): "FromAsCasing"
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Aug 21, 2024
1 parent 1e7b8e2 commit 5f32749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.9-slim as base
FROM python:3.10.9-slim AS base

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

# ---
FROM base as builder
FROM base AS builder

WORKDIR /app

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

# ---
FROM base as final
FROM base AS final

WORKDIR /app

Expand Down

0 comments on commit 5f32749

Please sign in to comment.