Skip to content

Commit

Permalink
Python 3.11.7 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
batonogov authored Jan 18, 2024
1 parent 1608286 commit 6accb0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ cython_debug/
.DS_Store
.fleet
.vscode
.idea
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.11.6
FROM python:3.11.7
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.11.6
ARG PYTHON_VERSION=3.11.7
ARG PYINSTALLER_VERSION=6.3.0

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

| Image | TAG | Python | Pyinstaller |
| ------------------------------------------------------------------------------------------- | ------------------------ | ------- | ----------- |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows`, `batonogov/pyinstaller-osx` | `:v4.0.0` | 3.11.7 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.3.1` | 3.11.7 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows`, `batonogov/pyinstaller-osx` | `:v4.0.1` | 3.11.7 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows`, `batonogov/pyinstaller-osx` | `:v4.0.0` | 3.11.6 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.3.1` | 3.11.6 | 6.3.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.3.0` | 3.11.6 | 6.2.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:python-3.11`/`:v3.2.1` | 3.11.6 | 6.0.0 |
| `batonogov/pyinstaller-linux`, `batonogov/pyinstaller-windows` | `:v3.2.0` | 3.11.5 | 6.0.0 |
Expand Down

0 comments on commit 6accb0a

Please sign in to comment.