Skip to content
Snippets Groups Projects
Commit 65eac4db authored by Jordi Gómez's avatar Jordi Gómez Committed by Dan Allen
Browse files

bump hugo to 0.144.2 & node to 22.14.0

parent 8f9deae8
No related branches found
No related tags found
1 merge request!98chore(ci): bumping hugo to 0.144.2 & node to 22.14.0
Pipeline #70926 failed
...@@ -2,8 +2,8 @@ ARG NGINX_IMAGE_TAG=stable-alpine ...@@ -2,8 +2,8 @@ ARG NGINX_IMAGE_TAG=stable-alpine
FROM debian:10-slim AS builder FROM debian:10-slim AS builder
ARG HUGO_VERSION=0.76.5 ARG HUGO_VERSION=0.144.2
ARG NODE_VERSION=16.14.2 ARG NODE_VERSION=22.14.0
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
......
...@@ -55,7 +55,7 @@ enableGitInfo = true ...@@ -55,7 +55,7 @@ enableGitInfo = true
[security] [security]
[security.exec] [security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$'] allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$', '^git$']
[[menu.main]] [[menu.main]]
name = "About" name = "About"
......
...@@ -40,5 +40,5 @@ This contains all approved meeting minutes of the AsciiDoc WG Steering Committee ...@@ -40,5 +40,5 @@ This contains all approved meeting minutes of the AsciiDoc WG Steering Committee
// see /data/meeting_minutes.yml for the list's contents // see /data/meeting_minutes.yml for the list's contents
++++ ++++
{{< meeting_minutes >}} {{< eclipsefdn_meeting_minutes >}}
++++ ++++
--- ---
date: "2022-30-11T14:00:00+01:00" date: "2022-11-30T14:00:00+01:00"
title: "Amarantha Kulkarni" title: "Amarantha Kulkarni"
gravatar: "8cbd2fb6c85b8442dc424efa48759e01" # gravatar ID, derived from email address (none) gravatar: "8cbd2fb6c85b8442dc424efa48759e01" # gravatar ID, derived from email address (none)
member_type: "individualcommitter" member_type: "individualcommitter"
......
...@@ -3,10 +3,10 @@ publish = "public" ...@@ -3,10 +3,10 @@ publish = "public"
command = "bundle && npm run production && hugo --gc --minify -b https://eclipsefdn-asciidoc-wg.netlify.app --destination public" command = "bundle && npm run production && hugo --gc --minify -b https://eclipsefdn-asciidoc-wg.netlify.app --destination public"
[build.environment] [build.environment]
NODE_VERSION = "16.14.2" NODE_VERSION = "22.14.0"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.76.5" HUGO_VERSION = "0.144.2"
HUGO_ENV = "production" HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
...@@ -14,20 +14,20 @@ HUGO_ENABLEGITINFO = "true" ...@@ -14,20 +14,20 @@ HUGO_ENABLEGITINFO = "true"
command = "npm run production && hugo --gc --minify --enableGitInfo" command = "npm run production && hugo --gc --minify --enableGitInfo"
[context.split1.environment] [context.split1.environment]
HUGO_VERSION = "0.76.5" HUGO_VERSION = "0.144.2"
HUGO_ENV = "production" HUGO_ENV = "production"
[context.deploy-preview] [context.deploy-preview]
command = "npm run production && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --destination public" command = "npm run production && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --destination public"
[context.deploy-preview.environment] [context.deploy-preview.environment]
HUGO_VERSION = "0.76.5" HUGO_VERSION = "0.144.2"
[context.branch-deploy] [context.branch-deploy]
command = "npm run production && hugo --gc --minify -b $DEPLOY_PRIME_URL" command = "npm run production && hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.76.5" HUGO_VERSION = "0.144.2"
[context.next.environment] [context.next.environment]
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"postinstall": "cross-env NODE_ENV=production npm run production" "postinstall": "cross-env NODE_ENV=production npm run production"
}, },
"dependencies": { "dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.183" "eclipsefdn-hugo-solstice-theme": "0.1.10"
}, },
"browserslist": "last 5 version, > 0.2%, not dead, IE 11", "browserslist": "last 5 version, > 0.2%, not dead, IE 11",
"devDependencies": { "devDependencies": {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment