We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb23c2 commit fd587c7Copy full SHA for fd587c7
.devcontainer/docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3"
2
services:
3
dbachecks1:
4
- image: dbachecks/sqlinstance1:v2.37.0
+ image: dbachecks/sqlinstance1:v2.38.0
5
volumes:
6
- mydata:/var/opt/backups
7
- shared:/shared
@@ -13,7 +13,7 @@ services:
13
hostname: dbachecks1
14
15
dbachecks2:
16
- image: dbachecks/sqlinstance2:v2.37.0
+ image: dbachecks/sqlinstance2:v2.38.0
17
18
19
@@ -27,7 +27,7 @@ services:
27
28
# This is our SQL2022 container
29
dbachecks3:
30
- image: dbachecks/sqlinstance3:v2.37.0
+ image: dbachecks/sqlinstance3:v2.38.0
31
32
33
0 commit comments