Skip to content

Commit

Permalink
chore: Pin dockerfile to node-22 for now.
Browse files Browse the repository at this point in the history
See #1114
  • Loading branch information
stephenh committed Sep 29, 2024
1 parent ffacf3a commit e8eaf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker image for protoc
FROM node:current-slim
FROM node:20-bullseye-slim
ARG PROTOC_VERSION="3.19.1"
ARG ARCH="x86_64"

Expand Down

0 comments on commit e8eaf92

Please sign in to comment.