fix
This commit is contained in:
parent
1b755639ed
commit
b8abef9994
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
ARG TAG=latest
|
FROM docker.io/golang:latest as builder
|
||||||
FROM docker.io/golang:${TAG} as builder
|
|
||||||
ARG CGO_ENABLED=0
|
ARG CGO_ENABLED=0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue