Skip to content

Commit

Permalink
feat: replica (seems to) uses UTC and agent-js also compare dates in UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 5, 2024
1 parent 7447643 commit 13e014c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LABEL repository="https://github.com/junobuild/juno-docker"
LABEL homepage="https://juno.build"
LABEL maintainer="David Dal Busco <[email protected]>"

ENV TZ=UTC

# Install required tools
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
jq \
Expand All @@ -12,7 +14,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
libunwind-dev \
netcat \
ca-certificates \
tzdata \
&& rm -rf /var/lib/apt/lists/*

# Install NodeJS
Expand Down

0 comments on commit 13e014c

Please sign in to comment.