Skip to content

Commit 927c8ec

Browse files
chore(deps): update alpine docker tag to v3.24.1 (#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a9a96d commit 927c8ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.24.0
18+
FROM alpine:3.24.1
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.24.0
1+
FROM alpine:3.24.1
22
LABEL org.opencontainers.image.source="https://github.com/clevyr/kubedb"
33
WORKDIR /data
44

0 commit comments

Comments
 (0)