Skip to content

Commit 3571e1c

Browse files
authored
Merge pull request #172 from Axway/APIGOV-26491
APIGOV-26491 - update to golang 1.21.3
2 parents 04ff644 + fc17ff6 commit 3571e1c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/discovery.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Build image
2-
# golang:1.21.1 bullseye
3-
FROM golang:1.21.1-bullseye AS builder
2+
FROM golang:1.21.3-bullseye AS builder
43
ENV APP_HOME /build
54
ENV APP_USER axway
65

build/traceability.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Build image
2-
# golang:1.21.1 bullseye
3-
FROM golang:1.21.1-bullseye AS builder
2+
FROM golang:1.21.3-bullseye AS builder
43
ENV APP_HOME /build
54
ENV APP_USER axway
65

0 commit comments

Comments
 (0)