mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
release 2.1.18
This commit is contained in:
parent
13b331815b
commit
9590abd6ec
@ -1,4 +1,4 @@
|
|||||||
APPHUB_VERSION=0.1.7-rc1
|
APPHUB_VERSION=0.1.7
|
||||||
DEPLOYMENT_VERSION=2.20.3
|
DEPLOYMENT_VERSION=2.20.3
|
||||||
GIT_VERSION=1.21.9
|
GIT_VERSION=1.21.9
|
||||||
PROXY_VERSION=2.11.3-rc9
|
PROXY_VERSION=2.11.3
|
@ -1,11 +1,11 @@
|
|||||||
# This file can running at actions
|
# This file can running at actions
|
||||||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
||||||
# modify time: 202412181705, you can modify here to trigger Docker Build action
|
# modify time: 202412211221, you can modify here to trigger Docker Build action
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.10-slim-bullseye
|
FROM python:3.10-slim-bullseye
|
||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
LABEL version="0.1.7-rc1"
|
LABEL version="0.1.7"
|
||||||
|
|
||||||
WORKDIR /websoft9
|
WORKDIR /websoft9
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# modify time: 202412211215, you can modify here to trigger Docker Build action
|
# modify time: 202412211783, you can modify here to trigger Docker Build action
|
||||||
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
||||||
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||||
|
|
||||||
FROM jc21/nginx-proxy-manager:2.11.3
|
FROM jc21/nginx-proxy-manager:2.11.3
|
||||||
|
|
||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
LABEL version="2.11.3-rc9"
|
LABEL version="2.11.3"
|
||||||
|
|
||||||
COPY README.md /data/nginx/README.md
|
COPY README.md /data/nginx/README.md
|
||||||
RUN mkdir /data/nginx/custom
|
RUN mkdir /data/nginx/custom
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.18-rc6",
|
"version": "2.1.18",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.1.3",
|
"portainer": "0.1.3",
|
||||||
"nginx": "0.1.0",
|
"nginx": "0.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user