ソースを参照

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++