Skip to content

Commit

Permalink
library updatge
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Apr 15, 2024
1 parent 2ba7d38 commit 5fcc865
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions changelog_latest.md
@@ -1,5 +1,8 @@
enhancement:
update Portainer to 2.20.1 #460

bug:
all app container exec error on portainer #464
drupal pull image error
metabase pull image error
mattermost connect database error
nocodb connect database error

appstore:
add runtime app: PHP, Java, Python, Node.js, Go, Ruby...
2 changes: 1 addition & 1 deletion docker/.env
@@ -1,4 +1,4 @@
APPHUB_VERSION=0.0.6
APPHUB_VERSION=0.0.7-rc1
DEPLOYMENT_VERSION=2.20.1
GIT_VERSION=1.21.9
PROXY_VERSION=2.11.1
8 changes: 4 additions & 4 deletions docker/apphub/Dockerfile
@@ -1,16 +1,16 @@
# This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202404111646, you can modify here to trigger Docker Build action
# modify time: 202404151146, you can modify here to trigger Docker Build action


FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.0.6"
LABEL version="0.0.7-rc1"

WORKDIR /websoft9

ARG MEDIA_VERSION="0.0.9"
ARG LIBRARY_VERSION="0.5.21"
ARG MEDIA_VERSION="0.1.0"
ARG LIBRARY_VERSION="0.6.0"
ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9"
ARG WEBSOFT9_ARTIFACT="https://w9artifact.blob.core.windows.net/release/websoft9"
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.1.1-rc1",
"plugins": {
"portainer": "0.1.0",
"nginx": "0.0.7",
Expand Down

0 comments on commit 5fcc865

Please sign in to comment.