Selaa lähdekoodia

Update 'Dockerfile'

Gogs 4 vuotta sitten
vanhempi
säilyke
1d8ad386cc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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++