Skip to content

Commit d2c2bc0

Browse files
committed
Release 7.2.2 - See CHANGELOG.md
1 parent 407b059 commit d2c2bc0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.2.2 2023-12-08 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Break system packages with python
5+
6+
17
## 7.2.1 2023-12-08 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN source /assets/functions/00-container && \
5050
python3 \
5151
&& \
5252
\
53-
pip install \
53+
pip --break-system-packages install \
5454
cloudflare \
5555
get-docker-secret \
5656
requests \

0 commit comments

Comments
 (0)