Skip to content

Commit b813cbc

Browse files
authored
chore(deps): bump library/python from 3.12.0-alpine3.18 to 3.12.2-alpine3.18 in /python (#71)
2 parents 68a9533 + 47d7244 commit b813cbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM docker.io/library/python:3.12.0-alpine3.18
1+
FROM docker.io/library/python:3.12.2-alpine3.18
22

33
WORKDIR /app
44

55
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)