version 0.0.24
This commit is contained in:
@@ -18,11 +18,11 @@ FROM node:20-alpine
|
||||
ARG VERSION=dev
|
||||
ARG BUILD_DATE=unknown
|
||||
|
||||
LABEL org.opencontainers.image.title="TeamChat" \
|
||||
LABEL org.opencontainers.image.title="jama" \
|
||||
org.opencontainers.image.description="Self-hosted team chat PWA" \
|
||||
org.opencontainers.image.version="${VERSION}" \
|
||||
org.opencontainers.image.created="${BUILD_DATE}" \
|
||||
org.opencontainers.image.source="https://github.com/yourorg/teamchat"
|
||||
org.opencontainers.image.source="https://github.com/yourorg/jama"
|
||||
|
||||
ENV TEAMCHAT_VERSION=${VERSION}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user