Skip to content

Commit 724f38a

Browse files
authored
Merge pull request grokability#16998 from kovacs-andras/develop
Bumped container image versions
2 parents 0dfc083 + 25ac83e commit 724f38a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- .env.dev.docker
2222

2323
mariadb:
24-
image: mariadb:11.5.2
24+
image: mariadb:11.4.7
2525
volumes:
2626
- db:/var/lib/mysql
2727
env_file:
@@ -36,7 +36,7 @@ services:
3636
retries: 5
3737

3838
redis:
39-
image: redis:7.4.0
39+
image: redis:7.4.3
4040

4141
mailhog:
4242
image: mailhog/mailhog:v1.0.1

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- .env
2121

2222
db:
23-
image: mariadb:11.5.2
23+
image: mariadb:11.4.7
2424
restart: unless-stopped
2525
volumes:
2626
- db_data:/var/lib/mysql

0 commit comments

Comments
 (0)