Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

chore(deps): update python docker tag to v3.10 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# which is used in GitHub Actions CI for this repository
# (see .github/workflows/ci.yaml).

FROM python:3.8
FROM python:3.10

RUN apt-get update
RUN apt-get install -y \
Expand Down