Skip to content

Commit 3fbe494

Browse files
feat(): hardcode libfaketime commit
1 parent caf59e3 commit 3fbe494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-alpine
22

3-
COPY --from=trajano/alpine-libfaketime /faketime.so /lib/libfaketime.so
3+
COPY --from=desec-stack_libfaketime /faketime.so /lib/libfaketime.so
44
RUN mkdir -p /etc/faketime
55

66
RUN apk add --no-cache bash dcron postgresql-client sqlite

docker-compose.test-e2e2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
libfaketime:
9393
# trajano/alpine-libfaketime is incompatible and stale; its libfaketime
9494
# 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
9696

9797
volumes:
9898
autocert:

0 commit comments

Comments
 (0)