Skip to content

Commit 2ea2b0a

Browse files
author
Borja García Rodríguez
committed
fix docker file image
1 parent f25537e commit 2ea2b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Web/WebhookClient/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/aspnet:5.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
22
WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443

0 commit comments

Comments
 (0)