Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit e72829f

Browse files
authored
Merge pull request Place1#170 from freifunkMUC/dependabot/docker/node-18.0.0-bullseye
2 parents fca9e50 + 4dbd13b commit e72829f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Build stage for the website frontend
2-
FROM --platform=$BUILDPLATFORM node:17.9.0-bullseye as website
2+
FROM --platform=$BUILDPLATFORM node:18.0.0-bullseye as website
33
WORKDIR /code
44
COPY ./website/package.json ./
55
COPY ./website/package-lock.json ./

0 commit comments

Comments
 (0)