⬆️ static-web-server: Bump and change update strategy
With the new release we change to docker image tags without patch level. Project promises to adhere to semantic versioning, so patch level bumps should contain compatible bugfixes only. Link: https://github.com/static-web-server/static-web-server/blob/master/CHANGELOG.md Link: https://github.com/static-web-server/static-web-server/releases/tag/v2.14.0
This commit is contained in:
parent
199c98659a
commit
844325f81d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
|||
- name: Ensure container for static XMPP website is running
|
||||
docker_container:
|
||||
name: jabber-static-website
|
||||
image: joseluisq/static-web-server:2.13.1
|
||||
image: joseluisq/static-web-server:2.14
|
||||
pull: true
|
||||
state: started
|
||||
detach: true
|
||||
|
|
Loading…
Reference in a new issue