diff --git a/Dockerfile b/Dockerfile index a921c4b..73dbaf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build GOMODCACHE=/go/pkg/mod GOCACHE=/root/.cache/go-build go build -v -ldflags '-w -s -X 'github.com/wandera/git2kube/cmd.Version=${VERSION} # Runtime image -FROM alpine:3.19.0 +FROM alpine:3.19.1 RUN apk --no-cache add ca-certificates RUN apk --no-cache --virtual .openssh add openssh \