Skip to content

Commit 46bf718

Browse files
committed
chore(victoriametrics): change env to build arg
1 parent c68cd18 commit 46bf718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG CODENAME
22
FROM registry.drycc.cc/drycc/base:${CODENAME}
33

4-
ENV DRYCC_UID=1001 \
4+
ARG DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/data \
77
NODE_EXPORTER_VERSION="1.9.1" \

0 commit comments

Comments
 (0)