Skip to content

Commit dc73c39

Browse files
authored
Merge pull request #234 from StackVista/CVE-fix-1
fix: address some CVEs
2 parents bd89cbb + aa0eccf commit dc73c39

4 files changed

Lines changed: 249 additions & 249 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)