We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8ef7 commit 9d0322eCopy full SHA for 9d0322e
2 files changed
.json
@@ -4,7 +4,7 @@
4
"root":"/",
5
6
"semver":{
7
- "version":"2.1.5"
+ "version":"2.1.6"
8
},
9
10
"readme":{
compose.yml
@@ -3,7 +3,7 @@ services:
3
socket-proxy:
# this image is used to expose the docker socket as read-only to traefik
# you can check https://github.com/11notes/docker-socket-proxy for all details
- image: "11notes/socket-proxy:2.1.5"
+ image: "11notes/socket-proxy:2.1.6"
read_only: true
user: "0:0"
environment:
0 commit comments