Skip to content

Commit

Permalink
v2.0.2 (#15)
Browse files Browse the repository at this point in the history
Major updates
* Updating to latest base image

Build updates
* Renaming workflow as main
  • Loading branch information
bfren authored Feb 24, 2021
1 parent 8e04b0e commit 28bc312
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: main

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
tags-ignore:
- '**'
paths:
- '.github/workflows/publish.yml'
- '.github/workflows/main.yml'
- 'overlay/**'
- 'Dockerfile'
- 'VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bcgdesign/nginx:alpine-3.13-2.0.1
FROM bcgdesign/nginx:alpine-3.13-2.0.2

LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
org.label-schema.name="Nginx WebDAV" \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2

0 comments on commit 28bc312

Please sign in to comment.