Skip to content

Commit d0bbb4f

Browse files
chore(deps): update python:3.12-alpine3.20 docker digest to 25849f9
1 parent be1a2da commit d0bbb4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
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:25849f9599e06dfe4d11b552e06f5ac4cc2ad342054eb81f7877e611f6f87c66
22

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

ci/Dockerfile.test

Lines changed: 1 addition & 1 deletion
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:25849f9599e06dfe4d11b552e06f5ac4cc2ad342054eb81f7877e611f6f87c66
44

55
ENV PYTHONDONTWRITEBYTECODE 1
66
ENV POETRY_VERSION "1.7.1"

tests_nightly_performance/Dockerfile

Lines changed: 1 addition & 1 deletion
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:25849f9599e06dfe4d11b552e06f5ac4cc2ad342054eb81f7877e611f6f87c66
22

33
ENV PYTHONDONTWRITEBYTECODE 1
44
ENV POETRY_VERSION "1.7.1"

0 commit comments

Comments
 (0)