Compare commits

..

5 Commits
0.6.3 ... 0.6.4

Author SHA1 Message Date
03195017c5 update version 2025-03-14 16:56:25 -05:00
fc3f4fdad4 fix workflow 2025-03-14 16:52:43 -05:00
fc42f31fb0 update images 2025-03-14 16:51:34 -05:00
renovate[bot]
e56b3a001e Update docker/build-push-action digest to 0adf995 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 23:17:00 -06:00
renovate[bot]
13711618b7 Update docker/build-push-action digest to 67a2d40 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 17:17:55 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22.14.0-alpine3.20 AS base
LABEL version="0.6.3"
LABEL version="0.6.4"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",