Skip to content

Commit 224e6ff

Browse files
committed
updated goreleaser
1 parent 6506eba commit 224e6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

goreleaser.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ RUN apk add --update && \
2929
apk add tar && \
3030
apk add curl && \
3131
rm -rf /tmp/*/var/cache/apk/*
32-
RUN wget https://github.com/kform-providers/kubernetes/raw/main/install.sh | sh
32+
RUN curl -sL https://github.com/kform-providers/kubernetes/raw/main/install.sh | sh
3333

3434
#COPY --chown=$USERID:$USERID pkgserver /app/
35-
COPY pkgserver /app/
35+
COPY pkgserver /app/./install
3636
WORKDIR /app
3737

3838
# from now on, run as the unprivileged user

0 commit comments

Comments
 (0)