Skip to content

Commit 47d7244

Browse files
authored
chore(python): update labels
Signed-off-by: S. Amir Mohammad Najafi <[email protected]>
1 parent 3c3496e commit 47d7244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ARG BUILD_REV
66
ARG BUILD_DATE
77
LABEL org.opencontainers.image.title="alwatr/python" \
88
org.opencontainers.image.description="Lazy programming language, packaged by Alwatr." \
9-
org.opencontainers.image.base.name="docker.io/library/python:3.12.0-alpine3.18" \
10-
org.opencontainers.image.version="3.12.0" \
11-
org.opencontainers.image.ref.name="3.12.0" \
9+
org.opencontainers.image.base.name="docker.io/library/python:3.12.2-alpine3.18" \
10+
org.opencontainers.image.version="3.12.2" \
11+
org.opencontainers.image.ref.name="3.12.2" \
1212
org.opencontainers.image.licenses="MIT" \
1313
org.opencontainers.image.created=${BUILD_DATE} \
1414
org.opencontainers.image.revision=${BUILD_REV} \
@@ -17,5 +17,5 @@ LABEL org.opencontainers.image.title="alwatr/python" \
1717
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/python" \
1818
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/python" \
1919
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
20-
cloud.alwatr.image.version.full="3.12.0" \
20+
cloud.alwatr.image.version.full="3.12.2" \
2121
cloud.alwatr.image.version.short="3"

0 commit comments

Comments
 (0)