diff --git a/.dev/auth/Dockerfile b/.dev/auth/Dockerfile index 93fa84c0..1a77d89f 100644 --- a/.dev/auth/Dockerfile +++ b/.dev/auth/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM node:22.9.0-slim +FROM node:22.10.0-slim # FIREBASE_CLI_VERSION from https://github.com/firebase/firebase-tools/releases ARG FIREBASE_CLI_VERSION=13.20.1 # Workaround for https://github.com/firebase/firebase-tools/issues/6931 is to install via npm