Skip to content

Commit 1317c3e

Browse files
authored
Use registry.osism.cloud cache (#1763)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 277e243 commit 1317c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PYTHON_VERSION=3.13.3
22
ARG ALPINE_VERSION=3.21
3-
ARG IMAGE=registry.osism.tech/dockerhub/python
3+
ARG IMAGE=registry.osism.cloud/dockerhub/python
44

55
FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
66

0 commit comments

Comments
 (0)