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-1776833580@sha256:3697a2f297a8c057681e5859ed9f5056c0ff0f502f4dbecc212e01d95d747754

ARG version=2.7

Expand Down