Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oybed authored May 16, 2024
1 parent 7d1545c commit c3992c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-agents/jenkins-agent-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.14@sha256:6601534e6375831e6a090e862ee6e1e84d30da6d5ab2b3785ead48b2275d64d9
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.14

LABEL name="redhat-cop/jenkins-agent-python" \
io.k8s.display-name="Jenkins Agent python" \
Expand All @@ -14,4 +14,4 @@ RUN dnf -y install --nodocs python3.11 python3.11-devel python3.11-pip nss_wrapp

USER 1001

RUN python -V
RUN python -V

0 comments on commit c3992c0

Please sign in to comment.