use newest alpine
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-03 18:38:40 +02:00
parent 07d80a2d4f
commit 9fdded3f8f
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/rust:1-alpine3.21 AS builder
FROM docker.io/rust:1-alpine3.22 AS builder
RUN apk --no-cache add \
git \

2
Jenkinsfile vendored
View file

@ -8,4 +8,4 @@ pipeline {
}
}
}
}
}