Skip to content

Commit

Permalink
update web docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amothic committed Dec 30, 2024
1 parent 009dfab commit 44d478f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18
FROM alpine:3.21

ENV PROTOC_JS_VERSION 3.21.2
ENV PROTOC_GRPC_WEB_VERSION 1.4.2
ARG PROTOC_JS_VERSION=3.21.4
ARG PROTOC_GRPC_WEB_VERSION=1.5.0
ARG TARGETPLATFORM

RUN apk add --no-cache protoc protobuf-dev gcompat
Expand Down

0 comments on commit 44d478f

Please sign in to comment.