Skip to content

Commit

Permalink
Update to Python 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 13, 2024
1 parent ca43205 commit b933c8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Test Docker image
on:
- pull_request
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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.6
ARG PYTHON_VERSION=3.11.9
# renovate: datasource=github-releases depName=upx/upx versioning=loose
ARG UPX_VERSION=4.0.2
ARG UPX_VERSION=4.2.4

RUN umask 0 && cd /tmp/helper && \
curl -LOOO \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python3 in Wine in Docker

![License](https://img.shields.io/github/license/webcomics/pywine)
![Maintenance](https://img.shields.io/maintenance/yes/2023)
![Maintenance](https://img.shields.io/maintenance/yes/2024)
![Docker Image Size](https://img.shields.io/docker/image-size/tobix/pywine/latest)

This is a docker container to help building Python applications in Wine. It
Expand Down
2 changes: 1 addition & 1 deletion SHA256SUMS.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
325c58ea2ed375afbd4eeac0b26f15f98db0d75dea701205ca10d8bf4d2fdc24 upx-4.0.2-win64.zip
22e9ef20e4c72aad85e32c71cbc9c086436c179456382aa75c0c24868456a671 upx-4.2.4-win64.zip

0 comments on commit b933c8d

Please sign in to comment.