From b25e4c49099a18e59344491978c0e85eef19d6f2 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Wed, 16 Oct 2024 15:54:38 -0700 Subject: [PATCH] APIGOV-29051 - update golang in image --- build/discovery.Dockerfile | 2 +- build/traceability.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/discovery.Dockerfile b/build/discovery.Dockerfile index b14c32d..4cef979 100644 --- a/build/discovery.Dockerfile +++ b/build/discovery.Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.4-bullseye AS builder +FROM golang:1.23.2-bullseye AS builder ARG commit_id ARG version diff --git a/build/traceability.Dockerfile b/build/traceability.Dockerfile index bc428a6..b9d5963 100644 --- a/build/traceability.Dockerfile +++ b/build/traceability.Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.4-bullseye AS builder +FROM golang:1.23.2-bullseye AS builder ENV APP_HOME /build ENV APP_USER axway