From 638b6d381924de10dfba2e55c5219ab30edfebec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 06:05:53 +0000 Subject: [PATCH 1/2] Bump golang from 1.18-alpine to 1.19.0-alpine in /build 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] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index ffc0506b..ca520ea2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ ARG CONTAINER_VERSION=amazonlinux:2 ARG OS_TYPE=deb_based -FROM golang:1.18-alpine AS builder +FROM golang:1.19.0-alpine AS builder WORKDIR /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-asg-sync/ RUN go mod download From 667f7e0409e43e5ab66bc49987e3911b3def3b12 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 3 Aug 2022 09:15:02 -0700 Subject: [PATCH 2/2] remove patch version --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index ca520ea2..f179ab64 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ ARG CONTAINER_VERSION=amazonlinux:2 ARG OS_TYPE=deb_based -FROM golang:1.19.0-alpine AS builder +FROM golang:1.19-alpine AS builder WORKDIR /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync COPY go.mod go.sum /go/src/github.com/nginxinc/nginx-asg-sync/ RUN go mod download