diff --git a/Dockerfile b/Dockerfile index ea81602..d5ad5db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with an Alpine base image -FROM alpine:latest +FROM debian:bullseye WORKDIR /app diff --git a/Jenkinsfile b/Jenkinsfile index 1479159..c181c9f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { docker { reuseNode true - image 'rust:1-alpine' + image 'rust:1-bullseye' } } stages {