Skip to content

Commit fb5c9a9

Browse files
chore(deps): update alpine docker tag to v3.23.4
1 parent 1309241 commit fb5c9a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache \
1515
go build -ldflags='-w -s' -trimpath -tags disable_grpc_modules,grpcnotrace
1616

1717

18-
FROM alpine:3.23.3
18+
FROM alpine:3.23.4
1919
LABEL org.opencontainers.image.source="https://github.com/clevyr/kubedb"
2020
WORKDIR /data
2121

goreleaser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.3
1+
FROM alpine:3.23.4
22
LABEL org.opencontainers.image.source="https://github.com/clevyr/kubedb"
33
WORKDIR /data
44

0 commit comments

Comments
 (0)