Skip to content

Commit 84c19b4

Browse files
committed
build: move away from latest tag for dependabot
1 parent 0d0f647 commit 84c19b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/data-source-services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
nginxproxy:
88
# Enable nginx debug and increase output verbosity
99
# command: [nginx-debug, '-g', 'daemon off;']
10-
image: jwilder/nginx-proxy
10+
image: jwilder/nginx-proxy:1.9
1111
container_name: sourcetoad_nginx_proxy
1212
ports:
1313
- "80:80"

docker/data-source-tools/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
mailpit:
4-
image: axllent/mailpit:latest
4+
image: axllent/mailpit:1.28
55
container_name: sourcetoad_mailpit
66
ports:
77
- "8025:8025"
@@ -28,7 +28,7 @@ services:
2828
networks:
2929
- st-internal
3030
phpmyadmin:
31-
image: phpmyadmin/phpmyadmin:latest
31+
image: phpmyadmin/phpmyadmin:5.2
3232
container_name: sourcetoad_phpmyadmin
3333
ports:
3434
- "8080:80"

0 commit comments

Comments
 (0)