Skip to content

Commit

Permalink
update version to 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
traceflight committed Aug 18, 2019
1 parent 0c475fb commit 87c9eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="wangjun <traceflight@outlook.com>"
ARG TZ='Asia/Shanghai'

ENV TZ ${TZ}
ENV FRP_VERSION 0.27.0
ENV FRP_VERSION 0.28.2
ENV FRP_DOWNLOAD_URL https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz
RUN apk upgrade --update \
&& apk add bash tzdata curl \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
frpc:
image: traceflight/frpc:0.27
image: traceflight/frpc:0.28.2
restart: always
network_mode: "host"
volumes:
Expand Down

0 comments on commit 87c9eef

Please sign in to comment.