Skip to content

Commit aa0eccf

Browse files
committed
fix: upgrade base image for CVE patches
Signed-off-by: Andrea Terzolo <andrea.terzolo@suse.com>
1 parent b971e9c commit aa0eccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BCI.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/bci-micro:15.6 AS final
1+
FROM registry.suse.com/bci/bci-micro:15.7 AS final
22
ARG LONG_ARCH="x86_64"
33
ARG SHORT_ARCH="amd64"
44
ARG EBPF_SUBFOLDER="x86_64"
@@ -66,4 +66,4 @@ WORKDIR /opt/stackstate-agent/bin/agent
6666
HEALTHCHECK --interval=2m --timeout=5s --retries=2 \
6767
CMD ["/probe.sh"]
6868

69-
CMD ["/init-process.sh"]
69+
CMD ["/init-process.sh"]

0 commit comments

Comments
 (0)