We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf59e3 commit 3fbe494Copy full SHA for 3fbe494
2 files changed
api/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.11-alpine
2
3
-COPY --from=trajano/alpine-libfaketime /faketime.so /lib/libfaketime.so
+COPY --from=desec-stack_libfaketime /faketime.so /lib/libfaketime.so
4
RUN mkdir -p /etc/faketime
5
6
RUN apk add --no-cache bash dcron postgresql-client sqlite
docker-compose.test-e2e2.yml
@@ -92,7 +92,7 @@ services:
92
libfaketime:
93
# trajano/alpine-libfaketime is incompatible and stale; its libfaketime
94
# version is incompatible with Python 3.11's time.sleep(). Rebuilding helps.
95
- build: https://github.com/peterthomassen/alpine-libfaketime.git#patch-1
+ build: https://github.com/trajano/alpine-libfaketime.git#6fa8f6f44ea04bf7e442462a29d695eb9e89d0e0
96
97
volumes:
98
autocert:
0 commit comments