Skip to content

Commit de3f5e0

Browse files
authored
chore(RDODCP-685): Security patch and dependabot updates (#43)
* updated goreleaser to use dockerfile * updated base image * updated goreleaser
1 parent 2669204 commit de3f5e0

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)