Skip to content

Commit 857bfa7

Browse files
authored
v1.3.2 (#9)
Major updates * Using latest Nginx base image Minor updates * Fixing typo in localhost.conf
1 parent bfbc48f commit 857bfa7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine-3.13-1.3.1
1+
FROM bcgdesign/nginx:alpine-3.13-1.3.2
22

33
LABEL maintainer="Ben Green <[email protected]>" \
44
org.label-schema.name="Nginx WebDAV" \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.2

overlay/etc/cont-init.d/20-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ set -euo pipefail
99

1010
_echo "Writing Nginx WebDAV config..."
1111
gomplate \
12-
-o /etc/nginx/sites/localhos.conf \
12+
-o /etc/nginx/sites/localhost.conf \
1313
-f /etc/templates/localhost.conf.tmpl
1414
_done

0 commit comments

Comments
 (0)