mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-09-21 15:15:46 +00:00
ci: harden workflows and update Node.js (#686)
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
ARG NODE_VERSION
|
||||
ARG NODE_VERSION=24.15.0
|
||||
|
||||
FROM node:${NODE_VERSION}-buster-slim
|
||||
FROM node:${NODE_VERSION}-bookworm-slim
|
||||
|
||||
SHELL ["/bin/bash", "-l", "-c"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user