Skip to content

Commit ab75a39

Browse files
Update Docker Images
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ac6482f commit ab75a39

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# This is used to we scrap the go version and use in CI to get the latest go version
1717
# and we use dependabot to keep the go version up to date
18-
FROM golang:1.26.3
18+
FROM golang:1.26.4

Dockerfile.clients.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM quay.io/securesign/trillian-updatetree@sha256:806a999984c47cf2fef698c91f9f2
1515

1616
FROM quay.io/securesign/cli-tuftool@sha256:982d3593fa7add58357ed4d9d51d15c40ccfa4027c77e4ebad3c14f7261317b6 as tuf-tool
1717

18-
FROM registry.redhat.io/ubi9/httpd-24@sha256:44b876d2496e2d8dbf3cdf6793f1280c6be3667961101451733a97663b7b48df
18+
FROM registry.redhat.io/ubi9/httpd-24@sha256:4f75b4cef2a68521e466723a0bc88522f8dd05ca12e1c1861c90fa3771c04a8a
1919
ENV APP_ROOT=/opt/app-root
2020
WORKDIR $APP_ROOT/src/
2121

Dockerfile.cosign.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build stage
22

3-
FROM registry.redhat.io/ubi9/go-toolset:9.8-1779959429@sha256:a2ba4645e7c424b08aa83ed7792e279683b0d33acbc5131b18183fd21e336c55 AS build-env
3+
FROM registry.redhat.io/ubi9/go-toolset:9.8-1780434037@sha256:355b23fe885cf565c9313a7e98db742df0aec21456244e808942c56489594251 AS build-env
44

55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV CGO_ENABLED=1
@@ -26,7 +26,7 @@ RUN git config --global --add safe.directory /cosign && \
2626
git update-index --no-assume-unchanged Dockerfile.cosign.rh
2727

2828
# Install Cosign
29-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:6ea809bdd8164f8b2b607e38f01b14c374a15bdfbc74fcd0155161512dd4e00e
29+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2a7e516b217a8e9d18021f40a061f22274d6d677d11e3e368a672827e149050d
3030

3131
LABEL description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."
3232
LABEL io.k8s.description="Cosign is a container signing tool that leverages simple, secure, and auditable signatures based on simple primitives and best practices."

0 commit comments

Comments
 (0)