Skip to content

Commit 9a77c45

Browse files
Pin dependencies
1 parent 23fa16a commit 9a77c45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.6'
22

33
services:
44
app:
5-
image: wordpress
5+
image: wordpress@sha256:8aefed4903adbf0a085f83c034a558e721fb4003835627be000e3f4416ca4af0
66
restart: always
77
ports:
88
- 8080:80
@@ -15,7 +15,7 @@ services:
1515
- ../..:/workspaces:cached
1616

1717
db:
18-
image: mariadb
18+
image: mariadb@sha256:c006c05608604cf21c9f5b13af3ba7d6ccb3df5bc042c3fe294e0b6d34689b55
1919
restart: unless-stopped
2020
environment:
2121
MYSQL_DATABASE: exampledb

0 commit comments

Comments
 (0)