Skip to content

Commit

Permalink
RELEASE 2020.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgall committed Nov 19, 2020
1 parent 5cbfbbc commit 416deea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN printf "I am running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATFORM:-linux/amd64}\n$(uname -a)\n"

ENV CLOUDFLARED_VERSION="2020.11.7"
ENV CLOUDFLARED_VERSION="2020.11.8"

RUN apk --update --no-cache add \
bash \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This image provides various versions that are available via tags. `latest` tag u
| :----: | --- |
| latest | Stable cloudflared Releases |
| edge | Latest cloudflared Releases |
| 2020.11.8 | cloudflared 2020.11.8 Release |
| 2020.11.7 | cloudflared 2020.11.7 Release |
| 2020.11.6 | cloudflared 2020.11.6 Release |
| 2020.11.5 | cloudflared 2020.11.5 Release |
Expand Down

0 comments on commit 416deea

Please sign in to comment.