Skip to content

Commit 104c805

Browse files
committed
[bugfix] Account for edb01 user in Docker image
1 parent f0bb556 commit 104c805

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.jalit.manuforma</groupId>
77
<artifactId>manuforma</artifactId>
8-
<version>0.9.0-SNAPSHOT</version>
8+
<version>0.10.0-SNAPSHOT</version>
99

1010
<packaging>pom</packaging>
1111

src/main/docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FROM evolvedbinary/elemental:${elemental.version}
2-
# Switch to nonroot user
3-
USER nonroot
42

53
# Copy manuForma dependencies XAR fiels to Elemental's autodeploy folder
64
COPY xsltforms-${xsltforms.xar.version}.xar /elemental/autodeploy/

0 commit comments

Comments
 (0)