Skip to content

Commit 3167e19

Browse files
Update airship/kubernetes-entrypoint digest to e0f7a84
1 parent 86f1a7b commit 3167e19

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=e0f7a8456859d3e353402576670b7c3889e689fe
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)