Skip to content

Commit 85b4cd4

Browse files
authored
chore(RDODCP-685): Security patch and dependabot updates (#44)
* Bump Go version * Fix: Force GOTOOLCHAIN=local to use installed Go 1.25.6 * reset to default config * chore: align go version with master (1.25.5) * updated goreleaser to use dockerfile * updated base image * updated goreleaser * updated Dockerfile * updated Dockerfile
1 parent de3f5e0 commit 85b4cd4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
FROM gcr.io/distroless/static-debian12:nonroot
1+
FROM alpine
2+
RUN apk add --no-cache ca-certificates openssl \
3+
&& apk upgrade --no-cache
4+
WORKDIR /app
25
COPY chisel /app/
6+
USER 65532:65532
37
ENTRYPOINT ["/app/chisel"]

0 commit comments

Comments
 (0)