Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f42a893

Browse files
authoredMar 23, 2025··
Merge pull request #834 from neozhu/update-compose-version-1.1.100
Update Docker Compose to version 1.1.100
2 parents f0fa891 + 97ec599 commit f42a893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎deploy/docker-compose-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
retries: 3
1717

1818
blazorserverapp:
19-
image: blazordevlab/cleanarchitectureblazorserver:1.1.95-pre.c66e9603
19+
image: blazordevlab/cleanarchitectureblazorserver:1.1.100
2020
environment:
2121
- UseInMemoryDatabase=${USE_IN_MEMORY_DATABASE}
2222
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT}

‎deploy/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
blazorserverapp:
4-
image: blazordevlab/cleanarchitectureblazorserver:1.1.95-pre.c66e9603
4+
image: blazordevlab/cleanarchitectureblazorserver:1.1.100
55
environment:
66
- UseInMemoryDatabase=${USE_IN_MEMORY_DATABASE}
77
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT}

0 commit comments

Comments
 (0)
Please sign in to comment.