From 583b2e81e38ff8bd49d6770382ba449ee75731cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:44:30 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27a5196..2af3062 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.18 FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder RUN mkdir /build WORKDIR /build