Skip to content

Commit

Permalink
update PYTHON_VERSION args
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Sep 29, 2024
1 parent 459f131 commit 26350cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.2
3.12.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:$PYTHON_VERSION
WORKDIR /var/lib/pandas/
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:$PYTHON_VERSION-alpine
WORKDIR /var/lib/pandas/
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:$PYTHON_VERSION-slim
WORKDIR /var/lib/pandas/
COPY . .
Expand Down

0 comments on commit 26350cc

Please sign in to comment.