upgrade base image

This commit is contained in:
2024-08-24 01:35:22 -05:00
parent 92d4be91df
commit 358d6b91c6
2 changed files with 3 additions and 3 deletions

View File

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

View File

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