diff options
| author | Alexander Karl <akarl@darknebu.la> | 2019-10-10 21:28:54 +0200 | 
|---|---|---|
| committer | Alexander Karl <akarl@darknebu.la> | 2019-10-10 21:28:54 +0200 | 
| commit | 49dc42b80db73b743c84dadd8c9c4dd4f736fd7f (patch) | |
| tree | 655b707c267e8651120eeef3f3e7bd7288b03efc /Dockerfile | |
| parent | b1600e8bc69e83b8240ec03dbbf20715f7ca2854 (diff) | |
change tag fron runcontainer
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Dockerfile b/Dockerfile index c2d9f69..a0a216c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go get -d -v ./... RUN go build -o /go/bin/static -FROM alpine:stable +FROM alpine:latest COPY --from=build-env /go/bin/static / ENV port=8080 | 
