Skip to content

Commit bc3c50b

Browse files
ivankatliarchukIK Renovate Bot
andauthored
chore(deps): update docker (githound/dockerfile) (#985)
Co-authored-by: IK Renovate Bot <[email protected]>
1 parent bfbb971 commit bc3c50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

githound/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# renovate: datasource=github-releases depName=ezekg/git-hound
22
ARG PACKAGE_VERSION=1.0.0
33

4-
FROM golang:1.22 as builder
4+
FROM golang:1.23 as builder
55

66
ARG PACKAGE_VERSION
77

88
RUN wget -q -O "/go/bin/git-hound" \
99
"https://github.com/ezekg/git-hound/releases/download/${PACKAGE_VERSION}/git-hound_linux_amd64" \
1010
&& chmod +x /go/bin/git-hound
1111

12-
FROM alpine:3.20
12+
FROM alpine:3.21
1313

1414
ENV APT_PACKAGES="git bash"
1515

0 commit comments

Comments
 (0)