Skip to content

Commit ee6508f

Browse files
authored
Merge pull request #1387 from AntelopeIO/20_repro_debian11
[2.0.0-dev] upgrade reproducible build image to Debian11; effectively making Ubuntu20 minimum runtime environment
2 parents 71ec146 + ef56ffe commit ee6508f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/reproducible.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# syntax=docker/dockerfile:1
2-
# debian:buster on Sep 20 2023
3-
FROM debian@sha256:d774a984460a74973e6ce4d1f87ab90f2818e41fcdd4802bcbdc4e0b67f9dadf AS builder
2+
# debian:bullseye on Apr 16 2025
3+
FROM debian@sha256:aa5332dbbec7ff8cdf7dfb8b467c6ac2d55419104af1e49b6f1c22b996da391b AS builder
44

55
# If enabling the snapshot repo below, this ought to be after the base image time from above.
6-
# date -u -d @1695620708 = Mon Sep 25 05:45:08 AM UTC 2023
7-
ENV SOURCE_DATE_EPOCH=1695620708
6+
# date -u -d @1744820687 = Wed Apr 16 04:24:47 PM UTC 2025
7+
ENV SOURCE_DATE_EPOCH=1744820687
88

99
# The snapshot repo is currently disabled due to poor performance. Re-eval in the future.
1010
# When the package repo is signed, a message in the payload indicates the time when the repo becomes stale. This protection

0 commit comments

Comments
 (0)