gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taldir] branch master updated: Fix docker


From: gnunet
Subject: [taler-taldir] branch master updated: Fix docker
Date: Tue, 19 Apr 2022 15:42:52 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new d4d181c  Fix docker
d4d181c is described below

commit d4d181c180256b41c0c65f01fed00bd9a5bb7cd5
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 19 15:42:42 2022 +0200

    Fix docker
---
 Dockerfile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5047824..0fb9259 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,6 @@
-FROM golang:1.16.15-alpine AS build
-WORKDIR /src
-ENV CGO_ENABLED=0
+FROM golang:bullseye AS build
+WORKDIR /
 COPY . .
-RUN go build -o /out/taldir .
+RUN go build
 
-FROM scratch AS bin
-COPY --from=build /out/taldir /
+RUN ["./taldir"]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]