8000 change another base image used for image creation on earthly by emmanuelm41 · Pull Request #10 · Zondax/namadexer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

change another base image used for image creation on earthly #10

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Generated by @zondax/cli
#
VERSION 0.7
FROM alpine:3.17
FROM debian:buster-slim

source-root:
RUN mkdir -p /source-root
Expand Down
0