瀏覽代碼

Docker: update iptables packages

Bump the Alpine container base image to update the packages that are
installed at container build-time.

Fixes: https://github.com/squat/kilo/issues/388

Signed-off-by: squat <lserven@gmail.com>
squat 2 年之前
父節點
當前提交
bd36158702
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -46,7 +46,7 @@ BASH_UNIT := $(shell pwd)/bin/bash_unit
 BASH_UNIT_FLAGS :=
 
 BUILD_IMAGE ?= golang:1.19.0
-BASE_IMAGE ?= alpine:3.15
+BASE_IMAGE ?= alpine:3.20
 
 build: $(BINS)