소스 검색

project: add cicd3

Yi 1 년 전
부모
커밋
f46e773968
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:latest
+FROM golang:1.17-alpine
 
 LABEL name="kpt-tmr-group" \
 description="pt service" \