From 1a784e9a5dfbea97b99d5560617cdacc64d7b7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:49:28 +0000 Subject: [PATCH] chore(all): update golang Docker tag to v1.23.2 --- Dockerfile | 2 +- Dockerfile.consumer | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e215ca7..3af3222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # docker buildx build --build-arg TARGETARCH=arm64 --platform linux/arm64 --file Dockerfile -t kafka-confluent-go-consumer:latest . # https://hub.docker.com/_/golang/tags -FROM --platform=linux/$TARGETARCH golang:1.23.1-alpine AS builder +FROM --platform=linux/$TARGETARCH golang:1.23.2-alpine AS builder ARG TARGETARCH RUN echo $TARGETARCH diff --git a/Dockerfile.consumer b/Dockerfile.consumer index 4fe8f37..c26fa6a 100644 --- a/Dockerfile.consumer +++ b/Dockerfile.consumer @@ -1,5 +1,5 @@ # docker buildx build --platform linux/arm64 --file Dockerfile.consumer -t kafka-confluent-go-consumer:latest . -FROM golang:1.23.1-alpine AS builder +FROM golang:1.23.2-alpine AS builder # librdkafka package for alpine yet # https://pkgs.alpinelinux.org/packages?name=librdkafka-dev&branch=edge&repo=&arch=&maintainer=John%20Anthony