|
1 | 1 | ############################################################################### |
2 | | -FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.19-amd64 AS init |
| 2 | +FROM mcr.microsoft.com/dotnet/sdk:8.0.400-alpine3.19-amd64 AS init |
3 | 3 |
|
4 | 4 | ENV WORKDIR=/app |
5 | 5 | WORKDIR ${WORKDIR} |
@@ -104,7 +104,7 @@ CMD ["make", "test"] |
104 | 104 | ## in the production phase, "good practices" such as |
105 | 105 | ## WORKDIR and USER are maintained |
106 | 106 | ## |
107 | | -FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production |
| 107 | +FROM mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.19-amd64 AS production |
108 | 108 |
|
109 | 109 | ENV LOG_LEVEL=info |
110 | 110 | ENV BRUTEFORCE=false |
|
0 commit comments