We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbc48f commit 857bfa7Copy full SHA for 857bfa7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bcgdesign/nginx:alpine-3.13-1.3.1
+FROM bcgdesign/nginx:alpine-3.13-1.3.2
2
3
LABEL maintainer="Ben Green <[email protected]>" \
4
org.label-schema.name="Nginx WebDAV" \
VERSION
@@ -1 +1 @@
-1.3.1
+1.3.2
overlay/etc/cont-init.d/20-config
@@ -9,6 +9,6 @@ set -euo pipefail
9
10
_echo "Writing Nginx WebDAV config..."
11
gomplate \
12
- -o /etc/nginx/sites/localhos.conf \
+ -o /etc/nginx/sites/localhost.conf \
13
-f /etc/templates/localhost.conf.tmpl
14
_done
0 commit comments