Compare commits
1 Commits
renovate/n
...
13926687ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
13926687ff
|
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.11.1
|
||||
node-version: 24.11.0
|
||||
cache: pnpm
|
||||
|
||||
- name: Install Dependencies
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:24.11.0-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.0.3"
|
||||
LABEL description="Astro based documentation website"
|
||||
|
||||
Reference in New Issue
Block a user