Compare commits
1
Commits
dev
..
fff07c0640
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fff07c0640
|
+3
-3
@@ -1,8 +1,8 @@
|
||||
ARG VERSION, REVISION
|
||||
FROM eclipse-temurin:25-jre-alpine AS base-release
|
||||
LABEL org.opencontainers.image.authors="Walter Oggioni <walter.oggioni@agentmail.to>"
|
||||
LABEL org.opencontainers.image.version="${VERSION}"
|
||||
LABEL org.opencontainers.image.revision="${REVISION}"
|
||||
LABEL org.opencontainers.image.authors=Walter Oggioni <walter.oggioni@agentmail.to>
|
||||
LABEL org.opencontainers.image.version=${VERSION}
|
||||
LABEL org.opencontainers.image.revision=${REVISION}
|
||||
LABEL org.opencontainers.image.source=https://gitea.woggioni.net/woggioni/rbcs
|
||||
|
||||
RUN adduser -D rbcs
|
||||
|
||||
Reference in New Issue
Block a user