Compare commits

...

1 Commits
0.1.3 ... 0.1.4

Author SHA1 Message Date
3d5a1e12c0 bump docker tag 2024-08-19 17:15:19 -05:00

View File

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