Skip to content

Commit

Permalink
fix: docker/test/ubuntu-16.04-latest/Dockerfile to reduce vulnerabili…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 10, 2023
1 parent bb4f32c commit 3167286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/ubuntu-16.04-latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04
FROM ubuntu:xenial-20210416
RUN sed -i -e 's/http:\/\/archive/mirror:\/\/mirrors/' -e 's/\/ubuntu\//\/mirrors.txt/' /etc/apt/sources.list
RUN sed -i -e 's/http:\/\/security/mirror:\/\/mirrors/' -e 's/\/ubuntu\//\/mirrors.txt/' /etc/apt/sources.list
RUN apt update && apt install -qqy dos2unix ca-certificates curl software-properties-common lsb-core sudo vim systemd gawk git wget
Expand Down

0 comments on commit 3167286

Please sign in to comment.