Browse Source

Update 'Dockerfile'

snppla 6 năm trước cách đây
mục cha
commit
56712e5d8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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++