Skip to content

Commit 2f1193c

Browse files
committed
Update apk repo for kexec-tools
kexec-tools has been promoted from edge/testing to edge/community
1 parent 4b355bc commit 2f1193c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44
RUN CGO_ENABLED=0 go build -a -ldflags '-w -extldflags "-static"' -o /hook-docker
55

66
FROM docker:24.0.4-dind
7-
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
7+
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
88
RUN apk update; apk add kexec-tools
99
COPY --from=dev /hook-docker .
1010
ENTRYPOINT ["/hook-docker"]

0 commit comments

Comments
 (0)