diff --git a/build/discovery.Dockerfile b/build/discovery.Dockerfile index 6099bd6..1de2b9a 100644 --- a/build/discovery.Dockerfile +++ b/build/discovery.Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.2-bullseye AS builder +FROM golang:1.23.3-bullseye AS builder ARG commit_id ARG version diff --git a/build/traceability.Dockerfile b/build/traceability.Dockerfile index df281a2..0faa782 100644 --- a/build/traceability.Dockerfile +++ b/build/traceability.Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.2-bullseye AS builder +FROM golang:1.23.3-bullseye AS builder ENV APP_HOME /build ENV APP_USER axway