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