Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# If you change this, be sure to update .github/workflows/terraform-test.yml
services:
nginx:
image: nginx:1.31@sha256:42f2d24ae18df9b5251d1cc45548085656d2335e9338fd150a24e415462d151f
image: nginx:1.31@sha256:424939d458e28153a78d9a4a8d60e8fae5eae35e84a2d92a43d153d1f92c171c
ports:
- 8085:80
volumes:
Expand Down
Loading