Skip to content

Commit

Permalink
Merge pull request #160 from freifunkMUC/dependabot/docker/node-17.9.…
Browse files Browse the repository at this point in the history
…0-bullseye
  • Loading branch information
DasSkelett authored Apr 14, 2022
2 parents 36556af + 7656e16 commit 8254b03
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.8.0-bullseye as website
FROM --platform=$BUILDPLATFORM node:17.9.0-bullseye as website
WORKDIR /code
COPY ./website/package.json ./
COPY ./website/package-lock.json ./
Expand Down

0 comments on commit 8254b03

Please sign in to comment.