Skip to content

Commit

Permalink
Merge pull request #292 from Axway/APIGOV-28280
Browse files Browse the repository at this point in the history
APIGOV-28280 - update golang image
  • Loading branch information
dfeldick authored Nov 18, 2024
2 parents 280bc22 + 24e8bf9 commit c71818b
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.23.2-bullseye AS builder
FROM golang:1.23.3-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.23.2-bullseye AS builder
FROM golang:1.23.3-bullseye AS builder
ENV APP_HOME /build
ENV APP_USER axway

Expand Down

0 comments on commit c71818b

Please sign in to comment.