Skip to content

Commit

Permalink
security: fix CVE-2021-33910
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jul 21, 2021
1 parent 50da96a commit 0e3c1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN mkdir /packages/ && \
FROM ubuntu:20.04
ARG RPM_ARCH

RUN apt update && apt install ca-certificates python3 hostname libunwind8 netbase \
RUN apt update && apt upgrade -y && apt install ca-certificates python3 hostname libunwind8 netbase \
ethtool iproute2 ncat libunbound-dev procps libatomic1 kmod \
tcpdump ipset curl uuid-runtime openssl inetutils-ping arping \
logrotate -y --no-install-recommends && \
Expand Down

0 comments on commit 0e3c1cb

Please sign in to comment.