Sfoglia il codice sorgente

Update dockerfile to use 1.15

tags/v1.0.7^2
9seconds 5 anni fa
parent
commit
296a34cd6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Vedi File

1
 ###############################################################################
1
 ###############################################################################
2
 # BUILD STAGE
2
 # BUILD STAGE
3
 
3
 
4
-FROM golang:1.14-alpine AS build
4
+FROM golang:1.15-alpine AS build
5
 
5
 
6
 RUN set -x \
6
 RUN set -x \
7
   && apk --no-cache --update add \
7
   && apk --no-cache --update add \

Loading…
Annulla
Salva