Parcourir la source

Update 'Dockerfile'

Gogs il y a 4 ans
Parent
commit
1d8ad386cc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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++