Skip to content

Commit

Permalink
User master branch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erik73 committed Jul 19, 2024
1 parent 44c6d24 commit 3ab67b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache \
git=2.45.2-r0 \
&& mkdir -p /usr/src/ \
&& cd /usr/src/ \
&& git clone -b steve-${STEVE_VERSION} --depth 1 https://github.com/steve-community/steve \
&& git clone -b master --depth 1 https://github.com/steve-community/steve \
&& apk del .build-dependencies
# Copy data for add-on
COPY rootfs /
Expand Down

0 comments on commit 3ab67b1

Please sign in to comment.