We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb39d7 commit 137183aCopy full SHA for 137183a
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
2
3
LABEL maintainer="Radio Bern RaBe"
4
@@ -8,6 +8,4 @@ COPY rabe/rabe-ca.crt /etc/pki/ca-trust/source/anchors/
8
RUN update-ca-trust extract \
9
# ensure we have everything available from repos \
10
&& microdnf update -y \
11
- && microdnf clean all \
12
- # CIS-DI-0006: no unnecessary files in /tmp \
13
- && rm /tmp/ks-script-*
+ && microdnf clean all
0 commit comments