We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8947275 commit 4f2e778Copy full SHA for 4f2e778
docker/apphub/Dockerfile
@@ -1,6 +1,6 @@
1
# This file can running at actions
2
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
3
-# modify time: 202601071045, you can modify here to trigger Docker Build action
+# modify time: 202601150116, you can modify here to trigger Docker Build action
4
5
6
FROM python:3.10-slim-bullseye
@@ -10,7 +10,7 @@ LABEL version="0.2.6"
10
WORKDIR /websoft9
11
12
ARG MEDIA_VERSION="0.1.1"
13
-ARG LIBRARY_VERSION="0.7.1"
+ARG LIBRARY_VERSION="0.7.2"
14
ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9"
15
ARG WEBSOFT9_ARTIFACT="https://artifact.websoft9.com/release/websoft9"
16
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"
0 commit comments