Skip to content

Commit 2216c2b

Browse files
committed
chore(grafana): change env to build arg
1 parent 05e9432 commit 2216c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/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=/usr/share/grafana \
77
GRAFANA_VERSION="12.1.1" \

0 commit comments

Comments
 (0)