Ver Fonte

Update 'Dockerfile'

snppla há 6 anos atrás
pai
commit
56712e5d8f
1 ficheiros alterados com 1 adições e 1 exclusões
  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++