Skip to content

Commit

Permalink
Merge pull request #7540 from Lonero-Team/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.19
  • Loading branch information
Mentors4EDU authored Dec 9, 2023
2 parents 07af828 + ced9c0b commit 6e982f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clusterpost/bigchaindb/Dockerfile-all-in-one
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19
LABEL maintainer "[email protected]"

ARG TM_VERSION=v0.31.5
Expand Down
2 changes: 1 addition & 1 deletion clusterpost/bigchaindb/k8s/toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run -it --rm --entrypoint sh bigchaindb/toolbox
# kubectl run -it toolbox --image bigchaindb/toolbox --restart=Never --rm

FROM alpine:3.18
FROM alpine:3.19
LABEL maintainer "[email protected]"
WORKDIR /
RUN apk add --no-cache --update curl bind-tools python3-dev g++ \
Expand Down

0 comments on commit 6e982f0

Please sign in to comment.