Skip to content

Commit

Permalink
Bump base image to 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbydesign committed May 28, 2024
1 parent 508cc21 commit 855751d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS builder
ARG TARGETARCH
USER root
RUN microdnf install -y tar gzip make which
Expand All @@ -14,7 +14,7 @@ COPY go.mod go.sum ./
COPY . .
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod go build ./cmd/...

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10

COPY --from=builder /go/src/app/validated-update-graph.yaml /opt/operator/config.yaml
COPY --from=builder /go/src/app/spicedb-operator /usr/local/bin/spicedb-operator
Expand Down

0 comments on commit 855751d

Please sign in to comment.