Skip to content

Commit 1fa079e

Browse files
Copilotvharseko
andauthored
fix: replace deprecated MAINTAINER with LABEL in Dockerfile (#84)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent 0dce4b2 commit 1fa079e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM eclipse-temurin:25-jre-jammy
22

3-
MAINTAINER Open Identity Platform Community <open-identity-platform-openidm@googlegroups.com>
3+
LABEL org.opencontainers.image.authors="Open Identity Platform Community <open-identity-platform-openidm@googlegroups.com>"
44

55
ENV USER="openicf"
66
ENV OPENICF_OPTS="-server -XX:+UseContainerSupport --add-exports java.base/com.sun.jndi.ldap=ALL-UNNAMED "

0 commit comments

Comments
 (0)