diff --git a/Dockerfile b/Dockerfile
index f2ec7d7..cc03246 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM node:20-buster
 
-LABEL version="13.15.1"
+LABEL version="13.15.2"
 LABEL repository="https://github.com/w9jds/firebase-action"
 LABEL homepage="https://github.com/w9jds/firebase-action"
 LABEL maintainer="Jeremy Shore <w9jds@github.com>"
@@ -13,7 +13,7 @@ LABEL com.github.actions.color="gray-dark"
 RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*
 
 RUN npm i -g npm@8.10.0 && npm cache clean --force
-RUN npm i -g firebase-tools@13.15.1 && npm cache clean --force
+RUN npm i -g firebase-tools@13.15.2 && npm cache clean --force
 
 COPY LICENSE README.md /
 COPY "entrypoint.sh" "/entrypoint.sh"
diff --git a/action.yaml b/action.yaml
index cdb1809..16505fe 100644
--- a/action.yaml
+++ b/action.yaml
@@ -12,4 +12,4 @@ outputs:
 
 runs:
   using: "docker"
-  image: "docker://w9jds/firebase-action:v13.15.1"
+  image: "docker://w9jds/firebase-action:v13.15.2"