Changes in Debian Docker Agent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:13.3-slim
|
||||
FROM debian:13.4-slim
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y git openssh-server openjdk-21-jdk
|
||||
RUN useradd -m -d /home/jenkins -s /bin/bash jenkins && echo "jenkins:jenkins" | chpasswd
|
||||
|
||||
Reference in New Issue
Block a user