Skip to content

Commit ee7bdc8

Browse files
feat: update donet to dotnet
1 parent 35eb95f commit ee7bdc8

File tree

12 files changed

+5
-5
lines changed

12 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
java:
3-
image: mcr.microsoft.com/dotnet/aspnet:${DONET_VERSION}
3+
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
44
container_name: ${CONTAINER_NAME}
55
working_dir: /app
66
volumes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
java:
3-
image: mcr.microsoft.com/dotnet/aspnet:${DONET_VERSION}
3+
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
44
container_name: ${CONTAINER_NAME}
55
working_dir: /app
66
volumes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
java:
3-
image: mcr.microsoft.com/dotnet/aspnet:${DONET_VERSION}
3+
image: mcr.microsoft.com/dotnet/aspnet:${DOTNET_VERSION}
44
container_name: ${CONTAINER_NAME}
55
working_dir: /app
66
volumes:
File renamed without changes.

0 commit comments

Comments
 (0)