Skip to content

Commit 137183a

Browse files
authored
fix: update base image (#141)
1 parent cbb39d7 commit 137183a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
22

33
LABEL maintainer="Radio Bern RaBe"
44

@@ -8,6 +8,4 @@ COPY rabe/rabe-ca.crt /etc/pki/ca-trust/source/anchors/
88
RUN update-ca-trust extract \
99
# ensure we have everything available from repos \
1010
&& microdnf update -y \
11-
&& microdnf clean all \
12-
# CIS-DI-0006: no unnecessary files in /tmp \
13-
&& rm /tmp/ks-script-*
11+
&& microdnf clean all

0 commit comments

Comments
 (0)