Skip to content

Commit 7258edf

Browse files
committed
fix: deployments/Dockerfiles/tendermint/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286
1 parent c991e17 commit 7258edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/Dockerfiles/tendermint/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.18.12
22

33
ENV TENDERMINT_VERSION=0.34.19
44
ENV USE_GRPC=false

0 commit comments

Comments
 (0)