We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c12af8 + 62618a1 commit dd54d29Copy full SHA for dd54d29
Dockerfile
@@ -6,7 +6,7 @@ COPY go.mod go.sum ./
6
COPY . .
7
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod go build ./cmd/...
8
9
-FROM alpine:3.18.4
+FROM alpine:3.19.0
10
11
COPY --from=builder /go/src/app/validated-update-graph.yaml /opt/operator/config.yaml
12
COPY --from=builder /go/src/app/spicedb-operator /usr/local/bin/spicedb-operator
0 commit comments