Skip to content

Commit

Permalink
Fix Docker container not starting on Raspberry Pi. #7662
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 4, 2021
1 parent 89cb4f9 commit ac5ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine3.13 as base
FROM node:14-alpine3.12 as base

WORKDIR /app
RUN apk add --no-cache tzdata eudev tini
Expand Down

0 comments on commit ac5ebae

Please sign in to comment.