Skip to content

Commit

Permalink
Change timezone of Dockerfile to UTC (spacemeshos#4682)
Browse files Browse the repository at this point in the history
Change timezone to UTC

## Motivation
More common used timezone. 
Much easier debugging of logs if everyone uses same timezone.

## Closes 
n/a

## Changes
Changed timezone in dockerfile

## Test Plan
Build docker image
Run docker image
Check time

## DevOps Notes
Timezone changed
  • Loading branch information
WayneWayner committed Jul 11, 2023
1 parent 03e3845 commit e32ad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM ubuntu:22.04 AS linux
ENV DEBIAN_FRONTEND noninteractive
ENV SHELL /bin/bash
ARG TZ=US/Eastern
ARG TZ=Etc/UTC
ENV TZ $TZ
USER root
RUN set -ex \
Expand Down

0 comments on commit e32ad81

Please sign in to comment.