Skip to content

Commit

Permalink
Added auto pr job (#49)
Browse files Browse the repository at this point in the history
* Update Python

* Added auto pr job

---------

Co-authored-by: Fedor Batonogov <[email protected]>
  • Loading branch information
github-actions[bot] and batonogov authored Jan 23, 2024
1 parent 353d377 commit f319c79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-py3-linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.0
FROM python:3.12.1
SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-py3-windows
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="[email protected]"
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.12.0
ARG PYTHON_VERSION=3.12.1
ARG PYINSTALLER_VERSION=6.3.0

# we need wine for this all to work, so we'll use the PPA
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Images have few tags:

| Image | TAG | Python | Pyinstaller |
| -------------------------------------------------------------- | ------------------------ | ------- | ----------- |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.0` | 3.20.0 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.1` | 3.12.1 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.1.0` | 3.12.0 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.0.1` | 3.11.7 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v4.0.0` | 3.11.6 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.3.1` | 3.11.6 | 6.3.0 |
Expand Down

0 comments on commit f319c79

Please sign in to comment.