Skip to content

Commit 4ae57ec

Browse files
committed
TLS-1.3
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent 3abc9cd commit 4ae57ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.25.7 AS builder
2+
FROM golang:1.25.5 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

Dockerfile.rhtpa-operator.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the manager binary 9.7-1769430014 1.25.5-1769430014
2-
#FROM registry.access.redhat.com/ubi9/go-toolset@sha256:359dd4c6c4255b3f7bce4dc15ffa5a9aa65a401f819048466fa91baa8244a793 AS builder
3-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:359dd4c6c4255b3f7bce4dc15ffa5a9aa65a401f819048466fa91baa8244a793 AS builder
3+
44
ARG TARGETOS
55
ARG TARGETARCH
66

0 commit comments

Comments
 (0)