Ver código fonte

Merge pull request #179 from 9seconds/golang1.16

Update dockerfile to golang 1.16
tags/v1.0.9^2
Sergey Arkhipov 5 anos atrás
pai
commit
7718f62477
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver arquivo

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

Carregando…
Cancelar
Salvar