We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbb971 commit bc3c50bCopy full SHA for bc3c50b
githound/Dockerfile
@@ -1,15 +1,15 @@
1
# renovate: datasource=github-releases depName=ezekg/git-hound
2
ARG PACKAGE_VERSION=1.0.0
3
4
-FROM golang:1.22 as builder
+FROM golang:1.23 as builder
5
6
ARG PACKAGE_VERSION
7
8
RUN wget -q -O "/go/bin/git-hound" \
9
"https://github.com/ezekg/git-hound/releases/download/${PACKAGE_VERSION}/git-hound_linux_amd64" \
10
&& chmod +x /go/bin/git-hound
11
12
-FROM alpine:3.20
+FROM alpine:3.21
13
14
ENV APT_PACKAGES="git bash"
15
0 commit comments