Update node Docker tag to v20.17.0

This commit is contained in:
renovate[bot]
2024-08-24 06:24:13 +00:00
committed by GitHub
parent 0f5fc27371
commit dc844021cf

View File

@@ -1,4 +1,4 @@
FROM node:20.16.0-alpine3.20 AS base
FROM node:20.17.0-alpine3.20 AS base
LABEL version="0.5.0"
LABEL description="Astro based website to use as a profile"