From ba3d0c725a5e123646a7125fde0f73da193210e0 Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Tue, 15 Nov 2022 18:02:13 -0500 Subject: [PATCH] update Alpine to 3.16.3 (#163) --- distro/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/Dockerfile b/distro/Dockerfile index e6bf884..a019c69 100644 --- a/distro/Dockerfile +++ b/distro/Dockerfile @@ -19,7 +19,7 @@ COPY pkg ./pkg RUN go-licenses save ./cmd/gvproxy --save_path ./licenses/gvproxy && \ go-licenses save ./cmd/vm --save_path ./licenses/vm -FROM alpine:3.16.2 +FROM alpine:3.16.3 RUN apk add --no-cache openrc iptables && \ apk list --installed ARG REF=https://example.com/