fixes socker container *facepalm*
piwigodotnet/pipeline/head There was a failure building this commit Details

This commit is contained in:
Philipp Häfelfinger 2022-10-25 22:31:58 +02:00
parent a7d362f332
commit 5c03f6f403
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
docker { image 'node:16-alpine'}
docker { image 'mcr.microsoft.com/dotnet/sdk:6.0'}
}
stages {