File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# build stage
2- FROM docker.io/library/python:3.14-slim as build
2+ FROM docker.io/library/python:3.14-slim AS build
33ARG REVISION
44WORKDIR /opt/app
55ENV SETUPTOOLS_SCM_PRETEND_VERSION=${REVISION} \
@@ -20,9 +20,9 @@ FROM docker.io/library/python:3.14-slim
2020ARG REVISION
2121LABEL org.opencontainers.image.title="FastAPI Template"
2222LABEL org.opencontainers.image.description="FastAPI Template"
23- LABEL org.opencontainers.image.source="https://github.com/zbhavyai /fastapi-template"
23+ LABEL org.opencontainers.image.source="https://github.com/devscompass /fastapi-template"
2424LABEL org.opencontainers.image.licenses="MIT"
25- LABEL org.opencontainers.image.authors="Bhavyai Gupta <https://zbhavyai.github.io> "
25+ LABEL org.opencontainers.image.authors="Devs Compass "
2626LABEL org.opencontainers.image.version="${REVISION}"
2727WORKDIR /opt/app
2828ENV SETUPTOOLS_SCM_PRETEND_VERSION=${REVISION} \
You can’t perform that action at this time.
0 commit comments