We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d901c6a + fe9b4c2 commit 4712c88Copy full SHA for 4712c88
.ansible/roles/requirements.yaml
@@ -11,4 +11,4 @@
11
- name: traefik
12
scm: git
13
src: "git@github.com:Diesel-Net/ansible-role-traefik.git"
14
- version: 2.0.0
+ version: 2.2.0
.ansible/templates/docker-compose.yaml
@@ -2,7 +2,7 @@ version: '3.8'
2
services:
3
4
main:
5
- image: sonatype/nexus3:3.41.0
+ image: sonatype/nexus3:3.42.0
6
volumes:
7
- /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
8
{% if nfs_host is defined %}
0 commit comments