Update note

main
sudo pacman -Syu 2021-12-19 11:52:45 +07:00
parent 570dc8f68f
commit 8463d6bfa6
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ There is a whole discussion on the Internet to choose which is the best base ima
After reading some blogs, I discover Distroless as a small and secure base image.
So I stick with it for a while.
Also, remember to match Distroless Debian version with Go official image Debian version.
```Dockerfile
FROM golang:1.18beta1-bullseye as builder
```