diff --git a/Dockerfile b/Dockerfile index 74d7a75b..ff258212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM gcr.io/distroless/static:nonroot +FROM gcr.io/distroless/static-debian12:nonroot COPY chisel /app/ ENTRYPOINT ["/app/chisel"] \ No newline at end of file diff --git a/goreleaser.yml b/goreleaser.yml index aa08761b..b5b9b21a 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -17,8 +17,7 @@ builds: goos: - linux dockers: - - dockerfile: Dockerfile - image_templates: + - image_templates: - "ghcr.io/outsystems/{{ .ProjectName }}:{{ .Version }}" - "ghcr.io/outsystems/{{ .ProjectName }}:latest" build_flag_templates: