Skip to content

Commit

Permalink
Dockerfile: fix ubuntu version comment
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Aug 19, 2020
1 parent ecc948f commit 08a84d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# For systemd + docker configuration used below, see the following references:
# https://systemd.io/CONTAINER_INTERFACE/

# start from ubuntu 20.04, this image is reasonably small as a starting point
# start from ubuntu 20.10, this image is reasonably small as a starting point
# for a kubernetes node image, it doesn't contain much we don't need
FROM ubuntu:20.10

Expand Down

0 comments on commit 08a84d6

Please sign in to comment.