Selaa lähdekoodia

Update Go in Dockerfile to 1.19

tags/v2.1.7^2
9seconds 4 vuotta sitten
vanhempi
commit
77edea0e18
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Näytä tiedosto

1
 ###############################################################################
1
 ###############################################################################
2
 # BUILD STAGE
2
 # BUILD STAGE
3
 
3
 
4
-FROM golang:1.18-alpine AS build
4
+FROM golang:1.19-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…
Peruuta
Tallenna