diff --git a/Dockerfile b/Dockerfile index 503b21c..5db415f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM jenkins/inbound-agent:alpine as jnlp -FROM ubuntu:22.04 +FROM ubuntu:24.04 ARG version LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version"