diff --git a/Dockerfile b/Dockerfile index e942e1a..2cba6d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.89.4 +FROM jenkins/jenkins:2.107.1 USER root RUN bash -c "if ! [ -e /usr/lib/apt/methods/https ]; then apt-get update && apt-get install -y apt-transport-https; fi"