From 6c767697cc8f050b18995db11dddbf8481f588ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:00:12 +0100 Subject: [PATCH] build(deps): bump the docker-dependecies group with 1 update (#209) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index b324999..9e064a2 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM node:20.6.1 +FROM node:20.7.0 RUN mkdir -p /usr/hullcss/src WORKDIR /usr/hullcss/src COPY package.json /usr/hullcss/src