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 Jan 27, 2024
1 parent 680792d commit e507c90
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
@@ -1,6 +1,6 @@
FROM bufbuild/buf:latest as BUILDER

FROM golang:1.21.4-alpine3.18
FROM golang:1.22rc2-alpine3.18

ENV GOLANG_PROTOBUF_VERSION=1.3.5 \
GOGO_PROTOBUF_VERSION=1.3.2 \
Expand Down

0 comments on commit e507c90

Please sign in to comment.