Skip to content

Commit

Permalink
RELEASE 2020.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgall committed Nov 19, 2020
1 parent a09eb83 commit d973082
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.5"
ENV CLOUDFLARED_VERSION="2020.11.6"

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.6 | cloudflared 2020.11.6 Release |
| 2020.11.5 | cloudflared 2020.11.5 Release |
| 2020.11.4 | cloudflared 2020.11.4 Release |
| 2020.11.3 | cloudflared 2020.11.3 Release |
Expand Down

0 comments on commit d973082

Please sign in to comment.