Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 11, 2024
1 parent 00bcdec commit 575aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build Image
runs-on: ubuntu-latest
env:
BASE_IMAGE: "registry.access.redhat.com/ubi8/python-39:latest"
BASE_IMAGE: "registry.access.redhat.com/ubi9/python-311:latest"
REGISTRY: quay.io/rhiap
IMAGE_NAME: kubeflow-example
MAIN_TAG: latest-${{ github.sha }}
Expand Down

0 comments on commit 575aa9f

Please sign in to comment.