[1.3.6]
parent
b1eb923db9
commit
3c33a2f12b
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
echo "Welcome!"
|
||||
|
||||
version="1.3.3"
|
||||
version="1.3.6"
|
||||
platform="linux/amd64,linux/arm64,linux/arm/v7"
|
||||
#version="1.3.2-arm64"
|
||||
#platform="linux/arm64"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reverse-proxy-frontend",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.6",
|
||||
"private": true,
|
||||
"description": "Reverse proxy frontend application",
|
||||
"author": {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
echo "Welcome!"
|
||||
|
||||
version="1.3.2"
|
||||
oldver="1.2.0"
|
||||
version="1.3.6"
|
||||
oldver="1.3.2"
|
||||
|
||||
echo "Pull docker image reverse-proxy-frontend:$version from registry."
|
||||
docker pull alpine-nexus:8500/reverse-proxy/reverse-proxy-frontend:$version
|
||||
|
|
Loading…
Reference in New Issue