Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/argocd-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# ------------------------------------------------------------------------

FROM registry.redhat.io/rhel8/go-toolset:1.24.4 AS builder
FROM registry.redhat.io/rhel8/go-toolset:1.24.6 AS builder
USER root

ENV LANG=en_US.utf8
Expand Down
2 changes: 1 addition & 1 deletion containers/argocd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN NODE_ONLINE_ENV='offline' NODE_ENV='production' $YARN build
# Argo CD Build stage which performs the actual build of Argo CD binaries
####################################################################################################
# TODO: switch to registry.redhat.io once the image is available
FROM registry.redhat.io/rhel8/go-toolset:1.24.4 as argocd-build
FROM registry.redhat.io/rhel8/go-toolset:1.24.6 as argocd-build
USER root

COPY sources/argo-cd /go/src/github.com/argoproj/argo-cd
Expand Down
2 changes: 1 addition & 1 deletion containers/dex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ------------------------------------------------------------------------

# --- start build stage #1
FROM registry.redhat.io/rhel8/go-toolset:1.22 as builder
FROM registry.redhat.io/rhel8/go-toolset:1.23 as builder

COPY sources/dex /app/dex
WORKDIR /app/dex
Expand Down
2 changes: 1 addition & 1 deletion containers/gitops-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# --

# TODO: switch to registry.redhat.io once the image is available
FROM registry.redhat.io/rhel8/go-toolset:1.24.4 AS builder
FROM registry.redhat.io/rhel8/go-toolset:1.24.6 AS builder
USER root

# Copy source code
Expand Down