Просмотр исходного кода

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 1 год назад
Родитель
Сommit
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)