Browse Source

project: ci-cd2

Yi 1 year ago
parent
commit
a1c42019a4
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-alpine3.16 as builder
 
 
 LABEL name="kpt-tmr" \
 LABEL name="kpt-tmr" \
 description="pt service" \
 description="pt service" \