Skip to content

Commit e590a4c

Browse files
Merge pull request #104 from fsferraz-rh/HCMSEC-2167-patch-cves
updated boilerplate and opm; upgraded to use go 1.23.11
2 parents 2e7d215 + 1d9c86f commit e590a4c

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

OWNERS_ALIASES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ aliases:
4646
- aliceh
4747
- anispate
4848
- clcollins
49-
- jimdaga
5049
- Mhodesty
5150
- nephomaniac
5251
- tnierman
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38a71643c48bacbedab7ac43955891725cedb51c
1+
d7285a904eda6cf842ddff8c648dedb223934a75

boilerplate/openshift/golang-osd-operator/OWNERS_ALIASES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ aliases:
4646
- aliceh
4747
- anispate
4848
- clcollins
49-
- jimdaga
5049
- Mhodesty
5150
- nephomaniac
5251
- tnierman

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN make go-build
99

1010
####
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
1212

1313
ENV USER_UID=1001 \
1414
USER_NAME=configure-goalert-operator

build/Dockerfile.olm-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44
RUN initializer --permissive
55

66
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
88

99
COPY --from=builder /bin/registry-server /bin/registry-server
1010
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/configure-goalert-operator
22

3-
go 1.23.0
3+
go 1.23.11
44

55
require (
66
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)