Skip to content

Commit 2eac70d

Browse files
committed
fix(Dockerfile): [Warning] one or more build args were not consumed: [CODENAME]
1 parent bbfa768 commit 2eac70d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ARG LDFLAGS CODENAME
1+
ARG LDFLAGS
2+
ARG CODENAME
23

34
FROM registry.drycc.cc/drycc/go-dev:latest AS build
45
ADD . /workspace

0 commit comments

Comments
 (0)