Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 26752eb commit e2ca630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
# Linux runner
runs-on: ubuntu-latest
# Container image that the job will run in
container: python:3.10
container: python:3.12

# Service containers
services:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.10-buster
FROM python:3.11-buster

WORKDIR /workspace
RUN apt-get update
Expand Down

0 comments on commit e2ca630

Please sign in to comment.