[1.4.1]
parent
6310bf6ad3
commit
3e79793c99
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "Welcome!"
|
echo "Welcome!"
|
||||||
|
|
||||||
version="1.3.7"
|
version="1.4.1"
|
||||||
platform="linux/amd64,linux/arm64,linux/arm/v7"
|
platform="linux/amd64,linux/arm64,linux/arm/v7"
|
||||||
#version="1.3.2-arm64"
|
#version="1.3.2-arm64"
|
||||||
#platform="linux/arm64"
|
#platform="linux/arm64"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reverse-proxy-frontend",
|
"name": "reverse-proxy-frontend",
|
||||||
"version": "1.3.7",
|
"version": "1.4.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "reverse-proxy-frontend",
|
"name": "reverse-proxy-frontend",
|
||||||
"version": "1.3.7",
|
"version": "1.4.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Reverse proxy frontend application",
|
"description": "Reverse proxy frontend application",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Welcome!"
|
echo "Welcome!"
|
||||||
|
|
||||||
version="1.3.6"
|
version="1.4.1"
|
||||||
oldver="1.3.2"
|
oldver="1.3.6"
|
||||||
|
|
||||||
echo "Pull docker image reverse-proxy-frontend:$version from registry."
|
echo "Pull docker image reverse-proxy-frontend:$version from registry."
|
||||||
docker pull alpine-nexus:8500/reverse-proxy/reverse-proxy-frontend:$version
|
docker pull alpine-nexus:8500/reverse-proxy/reverse-proxy-frontend:$version
|
||||||
|
|
Loading…
Reference in New Issue