Skip to content

Commit

Permalink
Update docker.io/python Docker tag to v3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 868b172 commit d9fa35e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11.5-alpine
FROM docker.io/python:3.12.3-alpine
ARG ABIDER_WORK_DIR='/usr/src/app/'
WORKDIR ${ABIDER_WORK_DIR}
# install useful commands
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile-alpine-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11.5-alpine
FROM docker.io/python:3.12.3-alpine
ARG ABIDER_WORK_DIR='/usr/src/app/'
WORKDIR ${ABIDER_WORK_DIR}
# install useful commands
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11.5-bookworm
FROM docker.io/python:3.12.3-bookworm
ARG ABIDER_WORK_DIR='/usr/src/app/'
USER root
RUN groupadd -r abider -g 405 && useradd -u 405 --no-log-init -r -g abider abider
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile-debian-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11.5-bookworm
FROM docker.io/python:3.12.3-bookworm
ARG ABIDER_WORK_DIR='/usr/src/app/'
USER root
RUN groupadd -r abider -g 405 && useradd -u 405 --no-log-init -r -g abider abider
Expand Down

0 comments on commit d9fa35e

Please sign in to comment.