Skip to content

Commit 1c785cf

Browse files
authored
Merge pull request #85 from securesign/change-base-image
change-base-image
2 parents a2855f6 + 574efee commit 1c785cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cronjobs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
branch: [main]
1414
with:
1515
branch: ${{ matrix.branch }}
16-
images: '["registry.access.redhat.com/ubi8/python-311"]'
16+
images: '["registry.access.redhat.com/ubi9/python-311"]'
1717
secrets:
1818
token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile.segment-backup-job.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/python-311@sha256:4a910448856ff348aa86d75e75ef05d41e11fc1002e5611f2540794481aa4603
1+
FROM registry.access.redhat.com/ubi9/python-311@sha256:ade21cd479a66b7d9b92ce5fd4f6633d12f5455b35b590c5c81995f5d01761fc
22

33
LABEL description="This image provides a data collection service for segment"
44
LABEL io.k8s.description="This image provides a data collection service for segment"

0 commit comments

Comments
 (0)