Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomSky committed Aug 24, 2023
1 parent e75913e commit 744094d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
push: true
tags: |
wisdomsky/cloudflared-web:latest
wisdomsky/cloudflared-web:2023.7.3
wisdomsky/cloudflared-web:2023.8.0
ghcr.io/wisdomsky/cloudflared-web:latest
ghcr.io/wisdomsky/cloudflared-web:2023.7.3
ghcr.io/wisdomsky/cloudflared-web:2023.8.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT

ARG CLOUDFLARED_VERSION=2023.7.3
ARG CLOUDFLARED_VERSION=2023.8.0
ARG CLOUDFLARED_BASE_URL="https://github.com/cloudflare/cloudflared/releases/download"

ENV WEBUI_PORT=${WEBUI_PORT:-14333}
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT

ARG CLOUDFLARED_VERSION=2023.7.3
ARG CLOUDFLARED_VERSION=2023.8.0
ARG CLOUDFLARED_BASE_URL="https://github.com/cloudflare/cloudflared/releases/download"

ENV WEBUI_PORT=${WEBUI_PORT:-14333}
Expand Down

0 comments on commit 744094d

Please sign in to comment.