Skip to content

Commit

Permalink
build: update Dockerfile casing
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Aug 9, 2024
1 parent 7991418 commit 584e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.11-slim as builder
FROM python:3.11-slim AS builder

# Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 584e622

Please sign in to comment.