Skip to content

Commit

Permalink
Revert tzdata pin (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jan 1, 2021
1 parent 5d412d8 commit c67f368
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alpine/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN \
ca-certificates \
curl \
jq \
"tzdata>=2020c-r1" \
tzdata \
\
&& apk add --no-cache --virtual .build-deps \
build-base \
Expand Down
2 changes: 1 addition & 1 deletion alpine/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
ca-certificates \
curl \
jq \
"tzdata>=2020c-r1" \
tzdata \
\
&& apk add --no-cache --virtual .build-deps \
build-base \
Expand Down
2 changes: 1 addition & 1 deletion alpine/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN \
ca-certificates \
curl \
jq \
"tzdata>=2020c-r1" \
tzdata \
\
&& apk add --no-cache --virtual .build-deps \
build-base \
Expand Down
2 changes: 1 addition & 1 deletion alpine/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN \
ca-certificates \
curl \
jq \
"tzdata>=2020c-r1" \
tzdata \
\
&& apk add --no-cache --virtual .build-deps \
build-base \
Expand Down
2 changes: 1 addition & 1 deletion alpine/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
ca-certificates \
curl \
jq \
"tzdata>=2020c-r1" \
tzdata \
\
&& apk add --no-cache --virtual .build-deps \
build-base \
Expand Down

0 comments on commit c67f368

Please sign in to comment.