Skip to content

Commit d1d8d95

Browse files
author
Yongli Chen
authored
update base image to ubuntu:19.10 (#378)
1 parent 9f434d9 commit d1d8d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cni/telemetry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a minimal image as a parent image
2-
FROM ubuntu:18.04
2+
FROM ubuntu:19.10
33
ARG TELEMETRY_BUILD_DIR
44
ARG TELEMETRY_CONF_DIR
55

npm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a minimal image as a parent image
2-
FROM ubuntu:18.04
2+
FROM ubuntu:19.10
33
ARG NPM_BUILD_DIR
44

55
# Install dependencies.

0 commit comments

Comments
 (0)