소스 검색

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

xuyiping 1 년 전
부모
커밋
9117e83a33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" \