Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and artek-koltun committed Jan 15, 2024
1 parent 33a41a1 commit 21b9e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/gateway/Dockerfile.storage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile runs the helloworld server from
# https://grpc.io/docs/quickstart/go.html

FROM docker.io/library/golang:1.21.5-alpine
FROM docker.io/library/golang:1.21.6-alpine
ADD https://github.com/grpc/grpc-go/archive/v1.48.0.tar.gz .
RUN tar -zxvf v1.48.0.tar.gz
WORKDIR grpc-go-1.48.0/examples/helloworld
Expand Down

0 comments on commit 21b9e39

Please sign in to comment.