fix(dockerfile): update dockerignore and base image (#2262)

This commit is contained in:
Vaclav Pavlin 2023-12-01 11:35:50 +01:00 committed by GitHub
parent 89dbbd2048
commit c86dc4422f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@
/LICENSE*
/tests
/metrics
/nimcache
librln*
**/vendor/*

View File

@ -1,7 +1,7 @@
# BUILD NIM APP ----------------------------------------------------------------
# alpine:edge supports building rust binaries, alpine:3.16 doesn't for some reason
FROM alpine@sha256:880fafbab5a7602db21ac37f0d17088a29a9a48f98d581f01ce17312c22ccbb5 AS nim-build
FROM alpine@sha256:3e44438281baf26907675b99c9a4a421c4d4a57c954120327e703aa8329086bd AS nim-build
ARG NIMFLAGS
ARG MAKE_TARGET=wakunode2