diff --git a/.github/workflows/sericea.build.yml b/.github/workflows/sericea.build.yml index c70a2b1..ec3ff48 100644 --- a/.github/workflows/sericea.build.yml +++ b/.github/workflows/sericea.build.yml @@ -9,7 +9,7 @@ on: schedule: - cron: '20 20 * * *' # 8:20pm everyday env: - IMAGE_NAME: sericea-38 + IMAGE_NAME: sericea-39 IMAGE_TAGS: latest ${{ github.sha }} IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} REGISTRY_USER: ${{ github.actor }} diff --git a/Containerfile.sericea b/Containerfile.sericea index 8124afd..7b16f8c 100644 --- a/Containerfile.sericea +++ b/Containerfile.sericea @@ -1,4 +1,4 @@ -FROM quay.io/fedora-ostree-desktops/sericea:38 +FROM quay.io/fedora-ostree-desktops/sericea:39 COPY usr /usr