Skip to content

Commit f4b1b3c

Browse files
Update airship/kubernetes-entrypoint digest to 905c44c
1 parent 86f1a7b commit f4b1b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.23.1 AS build
22
# renovate: name=airship/kubernetes-entrypoint repo=https://opendev.org/airship/kubernetes-entrypoint.git branch=master
3-
ARG KUBERNETES_ENTRYPOINT_GIT_REF=cc2737be5285951ac08b32e76dfd375e1a0ab81f
3+
ARG KUBERNETES_ENTRYPOINT_GIT_REF=905c44ce1f79a0321959dfa27f09150f13b07be9
44
ADD https://opendev.org/airship/kubernetes-entrypoint.git#${KUBERNETES_ENTRYPOINT_GIT_REF} /src
55
WORKDIR /src
66
RUN CGO_ENABLED=0 GOOS=linux go build -o /main

0 commit comments

Comments
 (0)