Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 23fa16a commit be9effa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'

services:
app:
image: wordpress
image: wordpress@sha256:b34b256a51ad9f129121ebd09b7ffefc0451a9241f41d023e9db7befbbf0387f
restart: always
ports:
- 8080:80
Expand All @@ -15,7 +15,7 @@ services:
- ../..:/workspaces:cached

db:
image: mariadb
image: mariadb@sha256:c006c05608604cf21c9f5b13af3ba7d6ccb3df5bc042c3fe294e0b6d34689b55
restart: unless-stopped
environment:
MYSQL_DATABASE: exampledb
Expand Down

0 comments on commit be9effa

Please sign in to comment.