Skip to content

Commit f471be6

Browse files
committed
fix(docker): Build arg
1 parent eec7900 commit f471be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG WITHOUT_WATCHR
1111
ENV WITHOUT_WATCHR=$WITHOUT_WATCHR
1212

1313
COPY rootfs /
14-
RUN sed -i "s/latest-stable/v${ALPINE}/g" /etc/apk/repositories && \
14+
RUN sed -i 's/latest-stable/v$ALPINE/g' /etc/apk/repositories && \
1515
apk update && apk upgrade && apk add --no-cache \
1616
git \
1717
docker-cli \

0 commit comments

Comments
 (0)