Skip to content

Commit

Permalink
Fix Dockerfile python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Jan 25, 2024
1 parent a0406db commit f01758f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish_docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'

- name: Install dependencies
run: |
pip install --upgrade pip
- name: Log in to the Container registry
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.8
FROM python:3.10

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down

0 comments on commit f01758f

Please sign in to comment.