Parcourir la source

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

Update dockerfile to golang 1.16
tags/v1.0.9^2
Sergey Arkhipov il y a 5 ans
Parent
révision
7718f62477
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Voir le fichier

1
 ###############################################################################
1
 ###############################################################################
2
 # BUILD STAGE
2
 # BUILD STAGE
3
 
3
 
4
-FROM golang:1.15-alpine AS build
4
+FROM golang:1.16-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 \

Chargement…
Annuler
Enregistrer