Skip to content

Commit 4f2e778

Browse files
committed
update apps
1 parent 8947275 commit 4f2e778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/apphub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file can running at actions
22
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
3-
# modify time: 202601071045, you can modify here to trigger Docker Build action
3+
# modify time: 202601150116, you can modify here to trigger Docker Build action
44

55

66
FROM python:3.10-slim-bullseye
@@ -10,7 +10,7 @@ LABEL version="0.2.6"
1010
WORKDIR /websoft9
1111

1212
ARG MEDIA_VERSION="0.1.1"
13-
ARG LIBRARY_VERSION="0.7.1"
13+
ARG LIBRARY_VERSION="0.7.2"
1414
ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9"
1515
ARG WEBSOFT9_ARTIFACT="https://artifact.websoft9.com/release/websoft9"
1616
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"

0 commit comments

Comments
 (0)