Update Jenkins tag
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m0s
Build / Build and analyze (push) Successful in 29s

This commit is contained in:
2025-12-17 17:22:02 -05:00
parent 4d6d16f0da
commit 1aeb9d654b

View File

@@ -1,4 +1,4 @@
FROM jenkins/inbound-agent:alpine AS jnlp
FROM jenkins/inbound-agent:latest-jdk17 AS jnlp
FROM python:3.13.2-alpine