瀏覽代碼

Update 'Dockerfile'

Gogs 4 年之前
父節點
當前提交
1d8ad386cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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