Skip to content

Commit aeccaac

Browse files
authored
Adding apt-get upgrade eliminates hundreds of CVE warnings (#2311)
1 parent 83765f1 commit aeccaac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ RUN autoconf && \
153153
FROM ${RUNNER_IMAGE} AS app
154154

155155
RUN apt-get update -y && \
156+
apt-get upgrade -y && \
156157
apt-get install -y openssl ca-certificates locales bash xdelta3 && \
157158
apt-get autoremove -y && \
158159
apt-get clean && \

0 commit comments

Comments
 (0)