From 4e9fc205f411003d0b4902d010ed81dcfcc96acd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 03:03:40 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bb5e6b..c3abcea 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.19 FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder RUN mkdir /build WORKDIR /build