mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #20385 from iamdbychkov/patch-1
Fix FromAsCasing warning
This commit is contained in:
@@ -77,7 +77,7 @@ Create a file named `Dockerfile` with the following contents.
|
||||
# Want to help us make this template better? Share your feedback here: https://forms.gle/ybq9Krt8jtBL3iCk7
|
||||
|
||||
ARG PYTHON_VERSION=3.11.4
|
||||
FROM python:${PYTHON_VERSION}-slim as base
|
||||
FROM python:${PYTHON_VERSION}-slim AS base
|
||||
|
||||
# Prevents Python from writing pyc files.
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
Reference in New Issue
Block a user