Skip to content

Commit

Permalink
Merge pull request #38 from penndu/master
Browse files Browse the repository at this point in the history
v0.52.2

Encryption and compression are not displayed correctly in the dashboard.
  • Loading branch information
snowdream authored Oct 23, 2023
2 parents e136b59 + fc50722 commit 7559bd4
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frpc-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechamd64/frpc:latest
snowdreamtechamd64/frpc:0.52.1
snowdreamtechamd64/frpc:0.52.2
ghcr.io/snowdreamtech/frpc:amd64-latest
ghcr.io/snowdreamtech/frpc:amd64-0.52.1
ghcr.io/snowdreamtech/frpc:amd64-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm32v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v6/frpc:latest
snowdreamtecharm32v6/frpc:0.52.1
snowdreamtecharm32v6/frpc:0.52.2
ghcr.io/snowdreamtech/frpc:arm32v6-latest
ghcr.io/snowdreamtech/frpc:arm32v6-0.52.1
ghcr.io/snowdreamtech/frpc:arm32v6-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v7/frpc:latest
snowdreamtecharm32v7/frpc:0.52.1
snowdreamtecharm32v7/frpc:0.52.2
ghcr.io/snowdreamtech/frpc:arm32v7-latest
ghcr.io/snowdreamtech/frpc:arm32v7-0.52.1
ghcr.io/snowdreamtech/frpc:arm32v7-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frpc-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm64v8/frpc:latest
snowdreamtecharm64v8/frpc:0.52.1
snowdreamtecharm64v8/frpc:0.52.2
ghcr.io/snowdreamtech/frpc:arm64v8-latest
ghcr.io/snowdreamtech/frpc:arm64v8-0.52.1
ghcr.io/snowdreamtech/frpc:arm64v8-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frps-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtechamd64/frps:latest
snowdreamtechamd64/frps:0.52.1
snowdreamtechamd64/frps:0.52.2
ghcr.io/snowdreamtech/frps:amd64-latest
ghcr.io/snowdreamtech/frps:amd64-0.52.1
ghcr.io/snowdreamtech/frps:amd64-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm32v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v6/frps:latest
snowdreamtecharm32v6/frps:0.52.1
snowdreamtecharm32v6/frps:0.52.2
ghcr.io/snowdreamtech/frps:arm32v6-latest
ghcr.io/snowdreamtech/frps:arm32v6-0.52.1
ghcr.io/snowdreamtech/frps:arm32v6-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm32v7/frps:latest
snowdreamtecharm32v7/frps:0.52.1
snowdreamtecharm32v7/frps:0.52.2
ghcr.io/snowdreamtech/frps:arm32v7-latest
ghcr.io/snowdreamtech/frps:arm32v7-0.52.1
ghcr.io/snowdreamtech/frps:arm32v7-0.52.2
4 changes: 2 additions & 2 deletions .github/workflows/frps-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
tags: |
snowdreamtecharm64v8/frps:latest
snowdreamtecharm64v8/frps:0.52.1
snowdreamtecharm64v8/frps:0.52.2
ghcr.io/snowdreamtech/frps:arm64v8-latest
ghcr.io/snowdreamtech/frps:arm64v8-0.52.1
ghcr.io/snowdreamtech/frps:arm64v8-0.52.2
2 changes: 1 addition & 1 deletion frpc-dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: snowdreamtech/frpc:latest
tags: ["latest","0.52.1"]
tags: ["latest","0.52.2"]
manifests:
- image: snowdreamtechamd64/frpc:latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frpc-github.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ghcr.io/snowdreamtech/frpc:latest
tags: ["latest","0.52.1"]
tags: ["latest","0.52.2"]
manifests:
- image: ghcr.io/snowdreamtech/frpc:amd64-latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frpc/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v6/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frpc/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm64v8/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps-dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: snowdreamtech/frps:latest
tags: ["latest","0.52.1"]
tags: ["latest","0.52.2"]
manifests:
- image: snowdreamtechamd64/frps:latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frps-github.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: ghcr.io/snowdreamtech/frps:latest
tags: ["latest","0.52.1"]
tags: ["latest","0.52.2"]
manifests:
- image: ghcr.io/snowdreamtech/frps:amd64-latest
platform:
Expand Down
2 changes: 1 addition & 1 deletion frps/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amd64/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v6/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm32v7/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion frps/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM arm64v8/alpine:3.18

LABEL maintainer="snowdream <sn0wdr1am@icloud.com>"

ENV FRP_VERSION 0.52.1
ENV FRP_VERSION 0.52.2

RUN cd /root \
&& wget --no-check-certificate -c https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_arm64.tar.gz \
Expand Down

0 comments on commit 7559bd4

Please sign in to comment.