Skip to content

Commit

Permalink
Update to Python 3.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Nov 13, 2023
1 parent 65cc8be commit ca43205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Docker image
on:
push:
branches:
- main
- 'py-*'

jobs:
Expand All @@ -22,7 +22,6 @@ jobs:
with:
images: tobix/pywine
tags: |
type=raw,value=latest
type=raw,value=3.11
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY mkuserwineprefix entrypoint.sh /opt/
RUN xvfb-run sh /tmp/helper/wine-init.sh

# renovate: datasource=github-tags depName=python/cpython versioning=pep440
ARG PYTHON_VERSION=3.11.5
ARG PYTHON_VERSION=3.11.6
# renovate: datasource=github-releases depName=upx/upx versioning=loose
ARG UPX_VERSION=4.0.2

Expand Down

0 comments on commit ca43205

Please sign in to comment.