From e48cf072b235bc5359108db68e06c3f7d81b1cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 02:04:37 +0000 Subject: Bump golang from 1.18-alpine to 1.19.0-alpine Bumps golang from 1.18-alpine to 1.19.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d7b11e4..55be3d42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.3.1-labs -FROM --platform=linux/amd64 golang:1.18-alpine AS build +FROM --platform=linux/amd64 golang:1.19.0-alpine AS build ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.integration b/Dockerfile.integration index fe6e246e..aaf6223c 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.11.1 AS vault FROM consul:1.12.3 AS consul -FROM golang:1.18-alpine +FROM golang:1.19.0-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul -- cgit v1.2.3