Skip to content

Commit

Permalink
Merge pull request #23 from biblia-arabica/docker
Browse files Browse the repository at this point in the history
Changed base Docker image to non-root
  • Loading branch information
nathangibson authored May 10, 2022
2 parents d895edd + efc26ca commit 1c57280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify the eXist-db release as a base image
FROM duncdrum/existdb:6.0.1
FROM duncdrum/existdb:6.0.1-nonroot

# Exist autodeploy directory
ENV autodeploy=/exist/autodeploy
Expand Down

0 comments on commit 1c57280

Please sign in to comment.