Skip to content

Commit

Permalink
Merge pull request #225 from erik73/renovate/alpine_3_19-git-2.x
Browse files Browse the repository at this point in the history
⬆️ Update alpine_3_19/git to v2.43.0-r0
  • Loading branch information
erik73 authored Dec 12, 2023
2 parents aa9f4f4 + 7b2dff2 commit b3a6304
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.5-r3 \
nginx=1.24.0-r7 \
&& apk add --no-cache --virtual .build-dependencies \
git=2.40.1-r0 \
git=2.43.0-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 b3a6304

Please sign in to comment.