Skip to content

Commit

Permalink
fixes #3 - update to latest alpine node version
Browse files Browse the repository at this point in the history
This needs Raspian to be up-to-date with the latest available docker
version and libseccomp up-to-date as-well

This rely on a internal docker process
  • Loading branch information
jaymoulin committed Dec 4, 2022
1 parent 405982c commit 7d8190e
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:alpine3.12 as builder
FROM node:alpine as builder

COPY qemu-*-static /usr/bin/

Expand Down

0 comments on commit 7d8190e

Please sign in to comment.