File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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:3b1df87fc50e7d47762aeb48673736079aa22e7c98c8851f5453dd49fc03ad1b
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:3b1df87fc50e7d47762aeb48673736079aa22e7c98c8851f5453dd49fc03ad1b
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:3b1df87fc50e7d47762aeb48673736079aa22e7c98c8851f5453dd49fc03ad1b
2
2
3
3
ENV PYTHONDONTWRITEBYTECODE 1
4
4
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:3b1df87fc50e7d47762aeb48673736079aa22e7c98c8851f5453dd49fc03ad1b
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