mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 04:30:19 +01:00
Merge pull request #93 from TheAssassin/master
Switch to alpine base image
This commit is contained in:
commit
44398d72d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.7
|
||||
FROM golang:1.7-alpine
|
||||
MAINTAINER Remco Verhoef <remco@dutchcoders.io>
|
||||
|
||||
# Copy the local package files to the container's workspace.
|
||||
|
|
Loading…
Reference in a new issue