Skip to content

Commit 55c0baa

Browse files
committed
chore(fluentbit): change env to build arg
1 parent b022d5c commit 55c0baa

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
@@ -15,7 +15,7 @@ RUN export GO111MODULE=on \
1515

1616
FROM registry.drycc.cc/drycc/base:${CODENAME}
1717

18-
ENV DRYCC_UID=1001 \
18+
ARG DRYCC_UID=1001 \
1919
DRYCC_GID=1001 \
2020
FLUENT_BIT_VERSION=4.0.9 \
2121
DRYCC_HOME_DIR=/opt/drycc

0 commit comments

Comments
 (0)