Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 88e032c

Browse files
committed
Update docker to python 3.10
1 parent ce48e20 commit 88e032c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/checkout@v2
2222
with:
2323
path: RunestoneServer
24-
- name: Set up Python 3.8
24+
- name: Set up Python 3.10
2525
uses: actions/setup-python@v2
2626
with:
27-
python-version: 3.8
27+
python-version: 3.10
2828
- name: Build container
2929
id: docker-build
3030
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ************************************************************
88
# To build, execute `docker-tools <docker/docker_tools.py>` ``build``.
99

10-
FROM python:3.9-bullseye
10+
FROM python:3.10-bullseye
1111

1212
LABEL authors="@bnmnetp,@vsoch,@yarikoptic,@bjones1"
1313

0 commit comments

Comments
 (0)