From 35484af949553e6da37972bd2539623a99327b2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:45:13 +0000 Subject: [PATCH] Update alpine Docker tag to v3.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 890236a..94490d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # FILE IS AUTOMATICALLY MANAGED BY github.com/vegaprotocol/terraform//github ARG GO_VERSION=1.19 -ARG ALPINE_VERSION=3.16 +ARG ALPINE_VERSION=3.17 FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder RUN mkdir /build WORKDIR /build