Skip to content

Commit

Permalink
fix: fix mac docker build alpine version (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta committed Jun 15, 2023
1 parent 9e2d086 commit fce845b
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,6 +1,6 @@
# BUILD NIM APP ----------------------------------------------------------------

FROM alpine:edge AS nim-build
FROM alpine:3.16 AS nim-build

ARG NIMFLAGS
ARG MAKE_TARGET=wakunode2
Expand Down

0 comments on commit fce845b

Please sign in to comment.