feat: build ko image from Go base
This commit is contained in:
parent
01096b421d
commit
1cabbca86a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/alpine:edge
|
FROM docker.io/golang:1.19-alpine
|
||||||
|
|
||||||
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing/ >> /etc/apk/repositories && \
|
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing/ >> /etc/apk/repositories && \
|
||||||
apk add -U --no-cache ko
|
apk add -U --no-cache ko
|
||||||
|
|
Loading…
Reference in a new issue