Skip to content

Commit 29b35c8

Browse files
chore(deps): update python docker tag
1 parent a6e9950 commit 29b35c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Linux runner
1212
runs-on: ubuntu-latest
1313
# Container image that the job will run in
14-
container: python:3.10
14+
container: python:3.13
1515

1616
# Service containers
1717
services:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-buster
1+
FROM python:3.11-buster
22

33
WORKDIR /workspace
44
RUN apt-get update

0 commit comments

Comments
 (0)