瀏覽代碼

Update 'Dockerfile'

snppla 6 年之前
父節點
當前提交
56712e5d8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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++