diff --git a/Dockerfile b/Dockerfile index 1b0dd35..9fa579d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY=docker.io -FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base +FROM ${REGISTRY}/node:22.19.0-alpine3.22 AS base LABEL version="0.0.1" LABEL description="Astro based documentation website"