Skip to content

Commit dd54d29

Browse files
authored
Merge pull request #284 from authzed/dependabot/docker/alpine-3.19.0
Bump alpine from 3.18.4 to 3.19.0
2 parents 4c12af8 + 62618a1 commit dd54d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY go.mod go.sum ./
66
COPY . .
77
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod go build ./cmd/...
88

9-
FROM alpine:3.18.4
9+
FROM alpine:3.19.0
1010

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

0 commit comments

Comments
 (0)