Skip to content

Commit 134e45d

Browse files
chore(deps): update python:3.12-alpine3.20 docker digest to 0c4f778
1 parent 259f7d2 commit 134e45d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
1+
FROM python:3.12-alpine3.20@sha256:0c4f778362f30cc50ff734a3e9e7f3b2ae876d8386f470e0c3ee1ab299cec21b
22

33
ENV PYTHONDONTWRITEBYTECODE 1
44
ENV APP_VENV="/app/.venv"

ci/Dockerfile.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Heavily inspired from Dockerfile, this one also install requirements_for_test.txt
22

3-
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
3+
FROM python:3.12-alpine3.20@sha256:0c4f778362f30cc50ff734a3e9e7f3b2ae876d8386f470e0c3ee1ab299cec21b
44

55
ENV PYTHONDONTWRITEBYTECODE 1
66
ENV POETRY_VERSION "1.7.1"

local/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
1+
FROM python:3.12-alpine3.20@sha256:0c4f778362f30cc50ff734a3e9e7f3b2ae876d8386f470e0c3ee1ab299cec21b
22

33
ENV PYTHONDONTWRITEBYTECODE 1
44
ENV POETRY_VERSION "1.7.1"

tests-perf/ops/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
1+
FROM python:3.12-alpine3.20@sha256:0c4f778362f30cc50ff734a3e9e7f3b2ae876d8386f470e0c3ee1ab299cec21b
22

33
ENV PYTHONDONTWRITEBYTECODE 1
44
ENV POETRY_VERSION "1.7.1"

0 commit comments

Comments
 (0)