Skip to content

Commit

Permalink
Revert the change for the codegen image because the protoc-gen-js doe…
Browse files Browse the repository at this point in the history
…sn't exist after alpine 3.16

Signed-off-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
ffjlabo committed May 25, 2024
1 parent e9a615d commit 8312cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/codegen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN cd /protoc-gen-auth \
&& chmod +x /usr/local/bin/protoc-gen-auth

# Codegen image which is actually being used.
FROM golang:1.22.3-alpine3.19
FROM golang:1.20.4-alpine3.16

# This is version of protobuf installed in the image.
# See https://pkgs.alpinelinux.org/packages?name=protobuf&branch=v3.16
Expand Down

0 comments on commit 8312cd5

Please sign in to comment.