Explorar el Código

Update 'Dockerfile'

Gogs hace 4 años
padre
commit
1d8ad386cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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++