Skip to content

Commit

Permalink
Merge pull request #237 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.4-r0
  • Loading branch information
erik73 authored May 17, 2024
2 parents 45853b9 + c310fa4 commit dc6a6f2
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.6-r0 \
nginx=1.24.0-r16 \
&& apk add --no-cache --virtual .build-dependencies \
git=2.43.0-r0 \
git=2.43.4-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 dc6a6f2

Please sign in to comment.