Compare commits

...

2 Commits

Author SHA1 Message Date
f99885f21b Update Node.js to v24.13.0
All checks were successful
test-build / build (pull_request) Successful in 1m24s
2026-01-14 21:56:54 +00:00
e64e72df0e Merge pull request 'Update dependency eslint-plugin-format to v1.3.0' (#284) from renovate/eslint-plugin-format-1.x-lockfile into main
All checks were successful
test-build / build (push) Successful in 1m25s
renovate / renovate (push) Successful in 2m33s
Reviewed-on: #284
2026-01-14 21:55:45 +00:00

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base FROM ${REGISTRY}/node:24.13.0-alpine3.22 AS base
LABEL version="2.1.4" LABEL version="2.1.4"
LABEL description="Astro based personal website" LABEL description="Astro based personal website"