Skip to content

Commit

Permalink
Python 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
batonogov committed Apr 10, 2024
1 parent 3bf314d commit 435f9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 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.2
FROM python:3.12.3
SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-py3-linux-slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-slim
FROM python:3.12.3-slim
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.2
ARG PYTHON_VERSION=3.12.3
ARG PYINSTALLER_VERSION=6.5.0

# we need wine for this all to work, so we'll use the PPA
Expand Down

0 comments on commit 435f9a6

Please sign in to comment.