diff --git a/Dockerfile b/Dockerfile index 3a8af9c..7dc6fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM node:21.5.0-bullseye-slim +FROM node:21.6.0-bullseye-slim RUN apt update \ && apt install -y git \