Selaa lähdekoodia

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 vuosi sitten
vanhempi
commit
9117e83a33
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:latest
+FROM golang:1.17-alpine3.16 as builder
 
 LABEL name="kpt-tmr" \
 description="pt service" \