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

This commit is contained in:
Philipp Häfelfinger 2022-10-25 22:31:58 +02:00
parent a7d362f332
commit 5c03f6f403

2
Jenkinsfile vendored
View File

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