diff --git a/Dockerfile b/Dockerfile index 4abb8a53..c4f71b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11.0-alpine +FROM node:20.11.1-alpine # Setup dockerize. # Keep bash and curl to run the codecov bash script. diff --git a/Dockerfile.dev b/Dockerfile.dev index 4e5eb275..c17f9b3e 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM node:20.11.0-alpine +FROM node:20.11.1-alpine # Setup dockerize. # Keep bash and curl to run the codecov bash script.