Skip to content

Commit 0f72f61

Browse files
authored
Merge pull request #1795 from damdo/dockerfile-fix-comment
Dockerfile: fix ubuntu version comment
2 parents ecc948f + 08a84d6 commit 0f72f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# For systemd + docker configuration used below, see the following references:
1818
# https://systemd.io/CONTAINER_INTERFACE/
1919

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

0 commit comments

Comments
 (0)