From 50ce32d25678ae3b1f0e03c2b1dcafd2d5e783dc Mon Sep 17 00:00:00 2001 From: ppom <> Date: Sun, 5 Nov 2023 12:00:00 +0100 Subject: [PATCH] build with bullseye (debian 11) for better compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b3e3a..2e66e3a 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ $ gcc ip46tables.d/ip46tables.c -o ip46tables Provided binaries in the previous section are compiled this way: ```shell -$ docker run -it --rm -v (pwd):/code -w /code golang:1.20 make +$ docker run -it --rm -v (pwd):/code -w /code golang:1.20-bullseye make ``` ### NixOS