Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 608c2c8 commit ee9e81b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/gcp/tekton-dev/configs/tasks/github-set-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- name: githubtoken
mountPath: /etc/github-set-status

image: python:3.12
image: python:3.13
script: |
#!/usr/bin/env python3
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/github-set-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- name: githubtoken
mountPath: /etc/github-set-status

image: python:3.12
image: python:3.13
script: |
#!/usr/bin/env python3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
steps:
- name: upload-offline-tarballs
workingDir: /workspace
image: python:3.12.7
image: python:3.13.0
envFrom:
- secretRef:
name: $(params.env-secret-name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
steps:
- name: upload-offline-tarballs
workingDir: /workspace
image: python:3.12.7
image: python:3.13.0
envFrom:
- secretRef:
name: $(params.env-secret-name)
Expand Down

0 comments on commit ee9e81b

Please sign in to comment.