Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 1f49a05

Browse files
committed
RELEASE 2020.11.2
1 parent 2e1bd01 commit 1f49a05

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG TARGETPLATFORM
1010
ARG BUILDPLATFORM
1111
RUN printf "I am running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATFORM:-linux/amd64}\n$(uname -a)\n"
1212

13-
ENV CLOUDFLARED_VERSION="2020.11.1"
13+
ENV CLOUDFLARED_VERSION="2020.11.2"
1414

1515
RUN apk --update --no-cache add \
1616
bash \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This image provides various versions that are available via tags. `latest` tag u
2323
| :----: | --- |
2424
| latest | Stable cloudflared Releases |
2525
| edge | Latest cloudflared Releases |
26+
| 2020.11.2 | cloudflared 2020.11.2 Release |
2627
| 2020.11.1 | cloudflared 2020.11.1 Release |
2728
| 2020.11.0 | cloudflared 2020.11.0 Release |
2829
| 2020.10.2 | cloudflared 2020.10.2 Release |

0 commit comments

Comments
 (0)