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:25849f9599e06dfe4d11b552e06f5ac4cc2ad342054eb81f7877e611f6f87c66
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:25849f9599e06dfe4d11b552e06f5ac4cc2ad342054eb81f7877e611f6f87c66
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:25849f9599e06dfe4d11b552e06f5ac4cc2ad342054eb81f7877e611f6f87c66
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