Browse Source

project: add cicd3

Yi 1 year ago
parent
commit
f46e773968
1 changed files with 1 additions and 1 deletions
  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" \