Skip to content

Commit

Permalink
Switched back to using ubuntu:18.04 for the base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jun 23, 2023
1 parent 7b362ac commit 30ca2af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:18.04
USER root

WORKDIR /cvdi-stream
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-nsv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:18.04
USER root
ARG PPM_CONFIG_FILE
ARG PPM_MAP_FILE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.standalone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:18.04
USER root

WORKDIR /cvdi-stream
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.testing
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:18.04
USER root

WORKDIR /cvdi-stream
Expand Down

0 comments on commit 30ca2af

Please sign in to comment.