Compare commits

..

1 Commits

Author SHA1 Message Date
895c94025b Update actions/checkout action to v5
Some checks failed
test-build / build (pull_request) Failing after 2s
2025-08-12 00:11:17 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base
LABEL version="2.0.2"
LABEL version="2.0.1"
LABEL description="Astro based personal website"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "2.0.2",
"version": "2.0.1",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",