Skip to content

Commit

Permalink
Merge pull request #242 from erik73/renovate/alpine_3_20-git-2.x
Browse files Browse the repository at this point in the history
⬆️ Update alpine_3_20/git to v2.45.1-r0
  • Loading branch information
erik73 authored May 23, 2024
2 parents 222eaae + 1933dd4 commit 05c2537
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.8-r0 \
nginx=1.24.0-r16 \
&& apk add --no-cache --virtual .build-dependencies \
git=2.43.4-r0 \
git=2.45.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 05c2537

Please sign in to comment.