Skip to content

Commit

Permalink
Merge pull request #1795 from damdo/dockerfile-fix-comment
Browse files Browse the repository at this point in the history
Dockerfile: fix ubuntu version comment
  • Loading branch information
BenTheElder committed Aug 19, 2020
2 parents ecc948f + 08a84d6 commit 0f72f61
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 0f72f61

Please sign in to comment.