diff --git a/Dockerfile b/Dockerfile index 5671c02..edae1ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM mutterio/mini-base -ENV VERSION=v4.2.1 +ENV VERSION=v5.0.0 RUN apk add --update curl make gcc g++ python linux-headers paxctl \ libgcc libstdc++ && \ diff --git a/slim/Dockerfile b/slim/Dockerfile index 04a9815..4f71bc0 100644 --- a/slim/Dockerfile +++ b/slim/Dockerfile @@ -1,6 +1,6 @@ FROM mutterio/mini-base -ENV VERSION=v4.2.1 +ENV VERSION=v5.0.0 ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include RUN apk add --update curl make gcc g++ python linux-headers paxctl \