Skip to content

Commit 70d1755

Browse files
feat(ORC-333): set epoch to zero
1 parent aadd760 commit 70d1755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reproducible-build-oracle:
55
docker buildx use oracle-buildkit
66
docker buildx build \
77
--platform linux/amd64 \
8-
--build-arg SOURCE_DATE_EPOCH=$(shell git log -1 --pretty=%ct) \
8+
--build-arg SOURCE_DATE_EPOCH=0 \
99
--no-cache \
1010
--output type=docker,name=oracle-reproducible-container:local,rewrite-timestamp=true \
1111
-t oracle-reproducible-container:local \

0 commit comments

Comments
 (0)