Skip to content

Commit

Permalink
Update Python version, change attestation.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Aug 23, 2024
1 parent 1a02c18 commit a923fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-bullseye
FROM python:3.10-bullseye

RUN pip install --no-cache notebook bash_kernel opf-fido
RUN python -m bash_kernel.install
Expand Down

0 comments on commit a923fd1

Please sign in to comment.