diff --git a/Dockerfile b/Dockerfile index 485f600..0f05f6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.17.0-alpine3.20 AS base +FROM node:22.12.0-alpine3.20 AS base LABEL version="0.5.5" LABEL description="Astro based website to use as a profile"