aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.debian.armhf
AgeCommit message (Collapse)Author
2021-02-21Merge pull request #5200 from crobibero/dotnet-5.0.3Joshua M. Boniface
Update to dotnet 5.0.3 (cherry picked from commit 426b55052f726fe33ffe1771bd317395c57a437d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-01-23Merge pull request #5031 from crobibero/5.0.2Joshua M. Boniface
Update to dotnet 5.0.2 (cherry picked from commit 3bf7e18886840307d56a304f1a2d28c95ce678d8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4753 from crobibero/5.0.1Claus Vium
Update to dotnet 5.0.1 (cherry picked from commit a56ac654498298f2d67a5109f8112ba17ca9ee22) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-11-14Remove extraneous newlinecrobibero
2020-11-10Update build ci, dockerfiles to .Net5.0crobibero
2020-10-13Update to dotnet 3.1.9crobibero
2020-09-12update to dotnet 3.1.8crobibero
2020-08-12update docker dotnet sdkcrobibero
2020-08-06Bump to .NET Core SDK 3.1.302Joshua M. Boniface
2020-03-23Go back to cp-based control archive but rightJoshua M. Boniface
2020-03-23Use git checkout instead of file copies to cleanJoshua M. Boniface
2020-03-23Mount the source volume rather than copy itJoshua M. Boniface
Now that the build script cleans up both before and after building, this is a viable option and will significant reduce build times by promoting container reuse (with `-k`).
2020-03-23Remove NPM install from DockerfilesJoshua M. Boniface
2020-03-23Fix deps for armhfJoshua M. Boniface
2020-03-23Add arm64 and armhf buildsJoshua M. Boniface