Skip to content

Commit

Permalink
flux/dockef frp 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 5, 2023
1 parent b84cd6c commit 5a7169d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ FROM ubuntu:20.04 as files1
upack=/tmp/unpack-upx; mkdir -p $upack; tar -Jxf $file -C $upack --strip-components 1; \
\cp -a $upack/upx /rootfs/usr/local/static/3rd/bin/; rm -rf $file $upack; /rootfs/usr/local/static/3rd/bin/upx -V; \
\
file=frp_0.52.3_linux_$arch.tar.gz; \
cd /tmp; curl -fSL -k -O https://github.com/fatedier/frp/releases/download/v0.52.3/$file; \
# v0.52.0: @23.10.10 now support TOML, YAML, and JSON for configuration. Please note that INI is deprecated and will be removed in future releases.
# v0.49.0: @23.5.29
file=frp_0.49.0_linux_$arch.tar.gz; \
cd /tmp; curl -fSL -k -O https://github.com/fatedier/frp/releases/download/v0.49.0/$file; \
upack=/tmp/unpack-frp; mkdir -p $upack; tar -zxf $file -C $upack --strip-components 1; \
\cp -a $upack/frps $upack/frpc /rootfs/usr/local/static/3rd/sbin/; rm -rf $file $upack; \
# https://github.com/mikefarah/yq/releases/download/v4.40.4/yq_linux_amd64.tar.gz
Expand Down

0 comments on commit 5a7169d

Please sign in to comment.