Skip to content

Commit

Permalink
chore(deps): update python:3.12.8-alpine docker digest to 8d48752 (#2424
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent b63bf6c commit fbb98fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/backend/dev/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.8-alpine@sha256:c157bce5e7d3a196f9f676f6f884ddb8567c395f941cc4bf8ce9adc92c9d16dd AS python-base
FROM python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a AS python-base

# Python build stage
FROM python-base AS python-build-stage
Expand Down
2 changes: 1 addition & 1 deletion docker/backend/prod/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.8-alpine@sha256:c157bce5e7d3a196f9f676f6f884ddb8567c395f941cc4bf8ce9adc92c9d16dd AS python-base
FROM python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a AS python-base

# Python build stage
FROM python-base AS python-build-stage
Expand Down
2 changes: 1 addition & 1 deletion docker/backend/unittests/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.8-alpine@sha256:c157bce5e7d3a196f9f676f6f884ddb8567c395f941cc4bf8ce9adc92c9d16dd AS python-base
FROM python:3.12.8-alpine@sha256:8d48752fb492127f70a93bed2346bee1ab9cd40df0c09968cb6f2f7883fcd13a AS python-base

# Python build stage
FROM python-base AS python-build-stage
Expand Down

0 comments on commit fbb98fd

Please sign in to comment.