Skip to content

Commit 251517a

Browse files
authored
Merge pull request rails#54614 from yahonda/use_mariadb_lts_at_devcontainer
Use `mariadb:lts` at Dev Container
2 parents a41e3ff + 5d18d3c commit 251517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
POSTGRES_PASSWORD: postgres
3131

3232
mariadb:
33-
image: mariadb:latest
33+
image: mariadb:lts
3434
restart: unless-stopped
3535
volumes:
3636
- mariadb-data:/var/lib/mysql

0 commit comments

Comments
 (0)