Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2023
1 parent bc7dcd5 commit 0e98cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc-plugins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 AS grpc_plugins
FROM ubuntu:22.04 AS grpc_plugins
ARG GRPC_VER=1.41.0


Expand All @@ -21,7 +21,7 @@ RUN strip /usr/local/bin/protoc-* /usr/local/bin/grpc_*_plugin



FROM ubuntu:20.04
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive
ENV BUF_VER="1.0.0-rc12"
Expand Down

0 comments on commit 0e98cdd

Please sign in to comment.