File tree Expand file tree Collapse file tree 6 files changed +22
-14
lines changed
Expand file tree Collapse file tree 6 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33COPY agent-manager /app/
44COPY ./dependencies/agent/ /dependencies/agent/
55COPY ./dependencies/collector/ /dependencies/collector/
66
77# Install jq
88RUN apt-get update && \
9- apt-get install -y jq && \
10- apt-get install -y wget && \
9+ apt-get install -y ca-certificates jq wget && \
10+ update-ca-certificates && \
1111 apt-get clean && \
1212 rm -rf /var/lib/apt/lists/*
1313
Original file line number Diff line number Diff line change 1- FROM ubuntu:latest
1+ FROM ubuntu:24.04
22
3- RUN apt update
3+ RUN apt-get update
4+ RUN apt-get install -y ca-certificates
5+ RUN update-ca-certificates
46
57COPY aws .
68
Original file line number Diff line number Diff line change 1- FROM ubuntu:latest
1+ FROM ubuntu:24.04
22
3- RUN apt update
3+ RUN apt-get update
4+ RUN apt-get install -y ca-certificates
5+ RUN update-ca-certificates
46
57COPY bitdefender .
68
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22
33COPY log-auth-proxy /app/
44
55# Install jq
66RUN apt-get update && \
7- apt-get install -y jq && \
8- apt-get install -y wget && \
7+ apt-get install -y ca-certificates jq wget && \
8+ update-ca-certificates && \
99 apt-get clean && \
1010 rm -rf /var/lib/apt/lists/*
1111
Original file line number Diff line number Diff line change 1- FROM ubuntu:latest
1+ FROM ubuntu:24.04
22
3- RUN apt update
3+ RUN apt-get update
4+ RUN apt-get install -y ca-certificates
5+ RUN update-ca-certificates
46
57COPY office365 .
68
Original file line number Diff line number Diff line change 1- FROM ubuntu:latest
1+ FROM ubuntu:24.04
22
3- RUN apt update
3+ RUN apt-get update
4+ RUN apt-get install -y ca-certificates
5+ RUN update-ca-certificates
46
57COPY sophos .
68
You can’t perform that action at this time.
0 commit comments