no need for a custom image anymore
This commit is contained in:
parent
2cf5aaa8da
commit
735ca27bf5
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
# This Dockerfile is meant for building listen ONLY
|
||||
# listen is currently not intended to run in a Docker container
|
||||
|
||||
ARG IMAGE="1-alpine"
|
||||
|
||||
FROM golang:${IMAGE} AS build
|
||||
FROM golang:1-alpine AS build
|
||||
|
||||
WORKDIR /usr/src/listen
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Reference in a new issue