Skip to content

Commit

Permalink
Update firebase deploy base image node to v22 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Nov 19, 2024
1 parent c307078 commit 4f4c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_build/firebase-ghcli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt update && apt install -y gh;
# Install the latest LTS of Node, which also includes npm.
RUN mkdir -p /etc/apt/keyrings
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
ENV NODE_MAJOR=20
ENV NODE_MAJOR=22
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
RUN apt-get update
RUN apt-get install nodejs -y
Expand Down

0 comments on commit 4f4c33f

Please sign in to comment.