File tree 3 files changed +3
-3
lines changed
tests_nightly_performance
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
1
+ FROM python:3.12-alpine3.20@sha256:2dd8d7e328c74fd185cd84f28169ca0865b9a7000e3f8e48aeace2b3e70ee6f8
2
2
3
3
ENV PYTHONDONTWRITEBYTECODE 1
4
4
ENV APP_VENV="/app/.venv"
Original file line number Diff line number Diff line change 1
1
# Heavily inspired from Dockerfile, this one also install requirements_for_test.txt
2
2
3
- FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
3
+ FROM python:3.12-alpine3.20@sha256:2dd8d7e328c74fd185cd84f28169ca0865b9a7000e3f8e48aeace2b3e70ee6f8
4
4
5
5
ENV PYTHONDONTWRITEBYTECODE 1
6
6
ENV POETRY_VERSION "1.7.1"
Original file line number Diff line number Diff line change 1
- FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
1
+ FROM python:3.12-alpine3.20@sha256:2dd8d7e328c74fd185cd84f28169ca0865b9a7000e3f8e48aeace2b3e70ee6f8
2
2
3
3
ENV PYTHONDONTWRITEBYTECODE 1
4
4
ENV POETRY_VERSION "1.7.1"
You can’t perform that action at this time.
0 commit comments