Skip to content

Commit b6377f7

Browse files
committed
Update firebase deploy base image node to v22
1 parent c307078 commit b6377f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_build/firebase-ghcli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt update && apt install -y gh;
1111
# Install the latest LTS of Node, which also includes npm.
1212
RUN mkdir -p /etc/apt/keyrings
1313
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
14-
ENV NODE_MAJOR=20
14+
ENV NODE_MAJOR=22
1515
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
1616
RUN apt-get update
1717
RUN apt-get install nodejs -y

0 commit comments

Comments
 (0)