Skip to content

Commit

Permalink
Merge pull request #278 from Axway/APIGOV-29051
Browse files Browse the repository at this point in the history
APIGOV-29051 - update golang in image
  • Loading branch information
dfeldick authored Oct 16, 2024
2 parents 3279e97 + b25e4c4 commit 3be99d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/discovery.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/traceability.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3be99d6

Please sign in to comment.