From ebba35b926298e7cbc1d780de483a0b503540c82 Mon Sep 17 00:00:00 2001 From: Rafael Gumieri Date: Fri, 21 Jun 2024 14:36:02 -0300 Subject: [PATCH] fix: remove alpine ca-certificates from action.Dockerfile --- action.Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.Dockerfile b/action.Dockerfile index 800284d..0d7c889 100644 --- a/action.Dockerfile +++ b/action.Dockerfile @@ -1,7 +1,5 @@ FROM golang:1 AS build -RUN apk update && apk add --no-cache ca-certificates - WORKDIR $GOPATH/src/gumieri/ecsctl COPY go.mod go.sum ./