Skip to content
Open
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 Dockerfile.rhtap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
# Build
RUN CGO_ENABLED=1 go build -a -o manager main.go

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
FROM registry.redhat.io/rhel9-2-els/rhel:9.2-1770742243@sha256:ffc1fe0e3995bc1d7be51d451c8da785f2a487ec44e0752115dfd28e08d08b0e

ARG version=2.8

Expand Down