Skip to content

Commit a6d673e

Browse files
committed
update container image labels
1 parent 7c08f6e commit a6d673e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG REVISION
44
WORKDIR /opt/app
55
ENV SETUPTOOLS_SCM_PRETEND_VERSION=${REVISION} \
@@ -20,9 +20,9 @@ FROM docker.io/library/python:3.14-slim
2020
ARG REVISION
2121
LABEL org.opencontainers.image.title="FastAPI Template"
2222
LABEL 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"
2424
LABEL 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"
2626
LABEL org.opencontainers.image.version="${REVISION}"
2727
WORKDIR /opt/app
2828
ENV SETUPTOOLS_SCM_PRETEND_VERSION=${REVISION} \

0 commit comments

Comments
 (0)