Bladeren bron

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 jaar geleden
bovenliggende
commit
bd36158702
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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