Skip to content

Commit 7b36ebb

Browse files
Renovate Botnemunaire
authored andcommitted
chore(deps): update node.js to v24
1 parent 7d8ab16 commit 7b36ebb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform:
99

1010
steps:
1111
- name: frontend
12-
image: node:22-alpine
12+
image: node:24-alpine
1313
commands:
1414
- apk --no-cache add tar
1515
- yarn config set network-timeout 100000
@@ -219,7 +219,7 @@ platform:
219219

220220
steps:
221221
- name: frontend
222-
image: node:22-alpine
222+
image: node:24-alpine
223223
commands:
224224
- cd web
225225
- npm install --network-timeout=100000

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine AS nodebuild
1+
FROM node:24-alpine AS nodebuild
22

33
WORKDIR /go/src/git.happydns.org/happydomain
44

0 commit comments

Comments
 (0)