Skip to content

Commit

Permalink
fix(docker): Build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Sep 16, 2024
1 parent eec7900 commit f471be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG WITHOUT_WATCHR
ENV WITHOUT_WATCHR=$WITHOUT_WATCHR

COPY rootfs /
RUN sed -i "s/latest-stable/v${ALPINE}/g" /etc/apk/repositories && \
RUN sed -i 's/latest-stable/v$ALPINE/g' /etc/apk/repositories && \
apk update && apk upgrade && apk add --no-cache \
git \
docker-cli \
Expand Down

0 comments on commit f471be6

Please sign in to comment.