Skip to content

Commit

Permalink
Merge pull request #267 from erik73/renovate/alpine_3_21-git-2.x
Browse files Browse the repository at this point in the history
⬆️ Update alpine_3_21/git to v2.47.1-r0
  • Loading branch information
erik73 authored Dec 10, 2024
2 parents 9b30c93 + 80d4242 commit f53fdc5
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 @@ -15,7 +15,7 @@ RUN apk add --no-cache \
mariadb-client=10.11.10-r0 \
nginx=1.26.2-r3 \
&& apk add --no-cache --virtual .build-dependencies \
git=2.45.2-r0 \
git=2.47.1-r0 \
&& mkdir -p /usr/src/ \
&& cd /usr/src/ \
&& git clone -b steve-${STEVE_VERSION} --depth 1 https://github.com/steve-community/steve \
Expand Down

0 comments on commit f53fdc5

Please sign in to comment.