File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
utilities/ubi8-asciidoctor Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8:latest @sha256:244e9858f9d8a2792a3dceb850b4fa8fdbd67babebfde42587bfa919d5d1ecef
1+ FROM registry.access.redhat.com/ubi8/python-312 @sha256:f6f1544b9251e949922c642c404b42c359a624ff25942ddc2c85f3a65d88d1e6
22
33LABEL MAINTAINERS="Red Hat Services"
44
@@ -85,11 +85,11 @@ ENV HOME=/home/work
8585# Installing Python dependencies for additional
8686# functionnalities as diagrams or syntax highligthing
8787RUN pip3 install --no-cache-dir \
88- actdiag \
89- 'blockdiag[pdf]' \
90- 'nwdiag[pdf]' \
91- seqdiag \
92- lxml
88+ actdiag \
89+ 'blockdiag[pdf]' \
90+ 'nwdiag[pdf]' \
91+ seqdiag \
92+ lxml
9393
9494USER 1001
9595
Original file line number Diff line number Diff line change 1- {"version" :" v2.2.1" }
1+ {
2+ "version" : " v3.0.0"
3+ }
You can’t perform that action at this time.
0 commit comments