File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.11-alpine
2
2
3
- COPY --from=trajano/alpine-libfaketime /faketime.so /lib/libfaketime.so
3
+ COPY --from=desec-stack_libfaketime /faketime.so /lib/libfaketime.so
4
4
RUN mkdir -p /etc/faketime
5
5
6
6
RUN apk add --no-cache bash dcron postgresql-client sqlite
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ services:
92
92
libfaketime :
93
93
# trajano/alpine-libfaketime is incompatible and stale; its libfaketime
94
94
# version is incompatible with Python 3.11's time.sleep(). Rebuilding helps.
95
- build : https://github.com/peterthomassen /alpine-libfaketime.git#patch-1
95
+ build : https://github.com/trajano /alpine-libfaketime.git#6fa8f6f44ea04bf7e442462a29d695eb9e89d0e0
96
96
97
97
volumes :
98
98
autocert :
You can’t perform that action at this time.
0 commit comments