From 4f65765b65726891c2493581e43d8db6452ab0b7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 29 Oct 2022 00:09:03 +0200 Subject: [PATCH] with alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c4e573..22e8f0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.front.kjuulh.io/docker-proxy/library/golang as builder +FROM harbor.front.kjuulh.io/docker-proxy/library/golang:alpine as builder WORKDIR /src/builder