Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
henriksommerfeld committed Sep 19, 2024
1 parent 621027b commit 925970c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.16.0
v20.17.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/playwright:v1.46.0 AS playwright
FROM mcr.microsoft.com/playwright:v1.47.1 AS playwright

FROM playwright AS playwright-hugo
ARG HUGO_VERSION="0.131.0"
ARG HUGO_VERSION="0.134.3"
RUN wget --max-redirect=1 -O /tmp/hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz"
RUN tar zxvf /tmp/hugo.tar.gz -C /tmp/
RUN mv /tmp/hugo /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build.environment]
HUGO_VERSION="0.131.0"
HUGO_VERSION="0.134.3"
NODE_ENV="production"
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lunr": "2.3.9"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.47.1",
"@types/node": "^20.10.6",
"prettier": "3.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/compose-hugo.dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:20.16.0-alpine AS base
FROM node:20.17.0-alpine AS base
RUN apk add --update tzdata rsync openssh gcompat libc6-compat libstdc++ wget

FROM base AS hugo
ARG HUGO_VERSION="0.131.0"
ARG HUGO_VERSION="0.134.3"
RUN wget --max-redirect=1 -O /tmp/hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz"
RUN tar zxvf /tmp/hugo.tar.gz -C /tmp/
RUN mv /tmp/hugo /usr/bin/
Expand Down

0 comments on commit 925970c

Please sign in to comment.