diff --git a/build/discovery.Dockerfile b/build/discovery.Dockerfile index 1fc9a34..b14c32d 100644 --- a/build/discovery.Dockerfile +++ b/build/discovery.Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.3-bullseye AS builder +FROM golang:1.22.4-bullseye AS builder ARG commit_id ARG version diff --git a/build/traceability.Dockerfile b/build/traceability.Dockerfile index 97814dc..bc428a6 100644 --- a/build/traceability.Dockerfile +++ b/build/traceability.Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.3-bullseye AS builder +FROM golang:1.22.4-bullseye AS builder ENV APP_HOME /build ENV APP_USER axway