Skip to content

Commit c3502f4

Browse files
chore(deps): update python:3.13-alpine docker digest to 070342a (SecObserve#3477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a04487 commit c3502f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/backend/dev/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:d8abc9ee6a00c0210d64e132a4d9c86a65d54ef7603594961b1138ac491d58a7 AS python-base
1+
FROM python:3.13-alpine@sha256:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b AS python-base
22

33
# Python build stage
44
FROM python-base AS python-build-stage

docker/backend/prod/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:d8abc9ee6a00c0210d64e132a4d9c86a65d54ef7603594961b1138ac491d58a7 AS python-base
1+
FROM python:3.13-alpine@sha256:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b AS python-base
22

33
# Python build stage
44
FROM python-base AS python-build-stage

docker/backend/unittests/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:d8abc9ee6a00c0210d64e132a4d9c86a65d54ef7603594961b1138ac491d58a7 AS python-base
1+
FROM python:3.13-alpine@sha256:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b AS python-base
22

33
# Python build stage
44
FROM python-base AS python-build-stage

0 commit comments

Comments
 (0)