Skip to content

Commit

Permalink
Try with debian bookworm instead of alpine as newer node:alpine build…
Browse files Browse the repository at this point in the history
…s are failing with qemu multiarch builds

nodejs/docker-node#1798
  • Loading branch information
hudeldudel committed Feb 10, 2024
1 parent a790bed commit a54fd1d
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,4 +1,4 @@
FROM node:21-alpine
FROM node:21-bookworm-slim

RUN mkdir /app && chown -R node:node /app

Expand Down

0 comments on commit a54fd1d

Please sign in to comment.