Skip to content

Commit

Permalink
Merge pull request Place1#170 from freifunkMUC/dependabot/docker/node…
Browse files Browse the repository at this point in the history
…-18.0.0-bullseye
  • Loading branch information
DasSkelett authored May 3, 2022
2 parents fca9e50 + 4dbd13b commit e72829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Build stage for the website frontend
FROM --platform=$BUILDPLATFORM node:17.9.0-bullseye as website
FROM --platform=$BUILDPLATFORM node:18.0.0-bullseye as website
WORKDIR /code
COPY ./website/package.json ./
COPY ./website/package-lock.json ./
Expand Down

0 comments on commit e72829f

Please sign in to comment.