Skip to content

Commit

Permalink
fix: remove alpine ca-certificates from action.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gumieri committed Jun 21, 2024
1 parent 0cf8e8c commit ebba35b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down

0 comments on commit ebba35b

Please sign in to comment.