Kaynağa Gözat

Merge pull request #389 from squat/update_iptables_packages

Docker: update iptables packages
Lucas Servén Marín 1 yıl önce
ebeveyn
işleme
0122dec8f1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)