Browse Source

Update 'Dockerfile'

snppla 6 years ago
parent
commit
56712e5d8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-from alpine:latest as build
+FROM alpine:latest as build
 
 
 RUN apk add --update go git gcc g++
 RUN apk add --update go git gcc g++