We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9548f26 + 87f0fdd commit 74d18d3Copy full SHA for 74d18d3
Dockerfile.backfill-redis.rh
@@ -14,7 +14,7 @@ ARG SERVER_LDFLAGS
14
RUN CGO_ENABLED=0 go build -mod=readonly -trimpath -ldflags "$(SERVER_LDFLAGS)" -o backfill-redis ./cmd/backfill-index
15
16
# Install stage
17
-FROM registry.redhat.io/rhel9/redis-6@sha256:09a3a72f7ab48ae1bd996eb3e6b2f381199e6206977015ed54ddb4dd7a1077c6
+FROM registry.redhat.io/rhel9/redis-6@sha256:76e4dd960f869886535db6e05d00e07b8eb806c75ff4038d61e6a2edf4f5990c
18
COPY --from=build-env /opt/app-root/src/backfill-redis /usr/local/bin/backfill-redis
19
WORKDIR /opt/app-root/src/home
20
0 commit comments