Skip to content

Commit 74d18d3

Browse files
authored
Merge pull request #379 from securesign/konflux/mintmaker/main/registry.redhat.io-rhel9-redis-6
chore(deps): update registry.redhat.io/rhel9/redis-6 docker digest to 76e4dd9
2 parents 9548f26 + 87f0fdd commit 74d18d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.backfill-redis.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG SERVER_LDFLAGS
1414
RUN CGO_ENABLED=0 go build -mod=readonly -trimpath -ldflags "$(SERVER_LDFLAGS)" -o backfill-redis ./cmd/backfill-index
1515

1616
# Install stage
17-
FROM registry.redhat.io/rhel9/redis-6@sha256:09a3a72f7ab48ae1bd996eb3e6b2f381199e6206977015ed54ddb4dd7a1077c6
17+
FROM registry.redhat.io/rhel9/redis-6@sha256:76e4dd960f869886535db6e05d00e07b8eb806c75ff4038d61e6a2edf4f5990c
1818
COPY --from=build-env /opt/app-root/src/backfill-redis /usr/local/bin/backfill-redis
1919
WORKDIR /opt/app-root/src/home
2020

0 commit comments

Comments
 (0)