Skip to content

Commit 8f22f62

Browse files
committed
updated base image
1 parent d3fe70f commit 8f22f62

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM gcr.io/distroless/static:nonroot
1+
FROM gcr.io/distroless/static-debian12:nonroot
22
COPY chisel /app/
33
ENTRYPOINT ["/app/chisel"]

goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ builds:
1717
goos:
1818
- linux
1919
dockers:
20-
- dockerfile: Dockerfile
21-
image_templates:
20+
- image_templates:
2221
- "ghcr.io/outsystems/{{ .ProjectName }}:{{ .Version }}"
2322
- "ghcr.io/outsystems/{{ .ProjectName }}:latest"
2423
build_flag_templates:

0 commit comments

Comments
 (0)