From b933c8db90e1cffe690eedd8e7bf1b6c18c0d10f Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Thu, 13 Jun 2024 19:04:58 +0200 Subject: [PATCH] Update to Python 3.11.9 --- .github/workflows/test.yaml | 1 + Dockerfile | 4 ++-- README.md | 2 +- SHA256SUMS.txt | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a252d85..82d0254 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,3 +1,4 @@ +--- name: Test Docker image on: - pull_request diff --git a/Dockerfile b/Dockerfile index 5ef85a2..9db1046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index ec94220..e96afd0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SHA256SUMS.txt b/SHA256SUMS.txt index fb9fe31..5821391 100644 --- a/SHA256SUMS.txt +++ b/SHA256SUMS.txt @@ -1 +1 @@ -325c58ea2ed375afbd4eeac0b26f15f98db0d75dea701205ca10d8bf4d2fdc24 upx-4.0.2-win64.zip +22e9ef20e4c72aad85e32c71cbc9c086436c179456382aa75c0c24868456a671 upx-4.2.4-win64.zip