Skip to content

Commit fdf7f27

Browse files
committed
update tzdata 2020c-r1
Signed-off-by: Pascal Andy <[email protected]>
1 parent 27a55da commit fdf7f27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ RUN set -eux && apk add --no-cache \
102102
bash="5.0.17-r0" \
103103
curl="7.69.1-r1" \
104104
tini="0.19.0-r0" \
105-
tzdata="2020c-r1" &&\
106-
cp /usr/share/zoneinfo/America/New_York /etc/localtime &&\
107-
echo "America/New_York" > /etc/timezone &&\
108-
apk del tzdata &&\
105+
tzdata="2020c-r1" && \
106+
cp /usr/share/zoneinfo/America/New_York /etc/localtime && \
107+
echo "America/New_York" > /etc/timezone && \
108+
apk del tzdata && \
109109
rm -rvf /var/cache/apk/* /tmp/* ;
110110

111111
COPY --chown=node:node docker-entrypoint.sh /usr/local/bin

0 commit comments

Comments
 (0)