feat: build ko image from Go base

This commit is contained in:
Peter 2023-01-11 18:49:04 +01:00
parent 01096b421d
commit 1cabbca86a
No known key found for this signature in database

View file

@ -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 && \
apk add -U --no-cache ko