mirror of
https://github.com/10h30/v2ray-nginx-docker.git
synced 2026-06-05 15:09:38 +09:00
8 lines
167 B
Bash
8 lines
167 B
Bash
#!/bin/bash
|
|
TAG="4.23"
|
|
docker build -t alphacodinghub/v2ray-nginx:$TAG .
|
|
docker build -t alphacodinghub/v2ray-nginx:latest .
|
|
|
|
# V2ray versions:
|
|
# 4.23.1 2020.05.01
|