Skip to content

Commit

Permalink
fix: contrib/devtools/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 21, 2024
1 parent 32b498e commit 65142b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/devtools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh

FROM bufbuild/buf:1.9.0 as BUILDER
FROM golang:1.19-alpine
FROM golang:1.20.11-alpine

RUN apk add --no-cache \
nodejs \
Expand Down

0 comments on commit 65142b2

Please sign in to comment.