bump to 0.34.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2020-10-09 11:23:30 -04:00
parent 608c439557
commit 375f0d6e28
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
FROM alpine
ENV FRP_VERSION 0.34.0
ENV FRP_VERSION 0.34.1
ENV FRP_URL https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz
WORKDIR /opt/frp

View File

@ -1,6 +1,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://ci.quacker.org/api/badges/d/docker-frp/status.svg)](https://ci.quacker.org/d/docker-frp)
[![Version](https://img.shields.io/static/v1?label=Version&message=0.34.0&color=red)](https://github.com/fatedier/frp)
[![Version](https://img.shields.io/static/v1?label=Version&message=0.34.1&color=red)](https://github.com/fatedier/frp)
# docker-frp
Docker image for frp. Binaries directly obtained from the official frp repo [fatedier/frp](https://github.com/fatedier/frp).
@ -55,4 +55,4 @@ services:
- ./config/frps.ini:/opt/frp/frps.ini
```
# Troubleshooting
The logs can be obtained by `docker logs <container_name>`. They are usually very self-explanatory.
The logs can be obtained by `docker logs <container_name>`. They are usually very self-explanatory.