Compare commits
2 Commits
78e5f11c53
...
99c26c0073
Author | SHA1 | Date | |
---|---|---|---|
99c26c0073
|
|||
4d6019d0b0 |
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.16.x
|
||||
node-version: 22.17.x
|
||||
cache: pnpm
|
||||
|
||||
- name: Install Dependencies
|
||||
|
@@ -1,5 +1,5 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:22.16.0-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:22.17.0-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.8.12"
|
||||
LABEL description="Astro based personal website"
|
||||
|
Reference in New Issue
Block a user