diff --git a/Dockerfile b/Dockerfile index 3660867..2dd6320 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ########################################################### # Setting the base to nodejs 10 -FROM mhart/alpine-node:10 +FROM mhart/alpine-node:16 # Maintainer MAINTAINER Jonas Enge