We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2669204 commit de3f5e0Copy full SHA for de3f5e0
2 files changed
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM gcr.io/distroless/static:nonroot
+FROM gcr.io/distroless/static-debian12:nonroot
2
COPY chisel /app/
3
ENTRYPOINT ["/app/chisel"]
goreleaser.yml
@@ -17,8 +17,7 @@ builds:
17
goos:
18
- linux
19
dockers:
20
- - dockerfile: Dockerfile
21
- image_templates:
+ - image_templates:
22
- "ghcr.io/outsystems/{{ .ProjectName }}:{{ .Version }}"
23
- "ghcr.io/outsystems/{{ .ProjectName }}:latest"
24
build_flag_templates:
0 commit comments