mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Cross-platform iso-8601 date (#5147)
This commit is contained in:
parent
64f1d17785
commit
5390ab6632
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ validate_docker_build_args:
|
||||
## docker: validate, update submodules and build with docker
|
||||
docker: validate_docker_build_args git-submodules
|
||||
DOCKER_BUILDKIT=1 $(DOCKER) build -t ${DOCKER_TAG} \
|
||||
--build-arg "BUILD_DATE=$(shell date -Iseconds)" \
|
||||
--build-arg "BUILD_DATE=$(shell date +"%Y-%m-%dT%H:%M:%S:%z")" \
|
||||
--build-arg VCS_REF=${GIT_COMMIT} \
|
||||
--build-arg VERSION=${GIT_TAG} \
|
||||
--build-arg UID=${DOCKER_UID} \
|
||||
|
Loading…
Reference in New Issue
Block a user