Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 23fa16a commit 78a975e
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:cd3ff8311e62c3a5d95feaa502f8416d547d98af339b3384647d6fc2a9f76813
restart: always
ports:
- 8080:80
Expand All @@ -15,7 +15,7 @@ services:
- ../..:/workspaces:cached

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

0 comments on commit 78a975e

Please sign in to comment.