Skip to content

Commit

Permalink
Revert using master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erik73 committed Jul 28, 2024
1 parent a201c37 commit 81aaeb8
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 master --depth 1 https://github.com/steve-community/steve \
&& git clone -b steve-${STEVE_VERSION} --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 81aaeb8

Please sign in to comment.