We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d867dba commit cceb6e2Copy full SHA for cceb6e2
Dockerfile
@@ -1,5 +1,5 @@
1
# FROM golang:1.22-alpine
2
-FROM golang@sha256:48eab5e3505d8c8b42a06fe5f1cf4c346c167cc6a89e772f31cb9e5c301dcf60
+FROM golang@sha256:161858498a61ce093c8e2bd704299bfb23e5bff79aef99b6c40bb9c6a43acf0f
3
4
RUN apk update && apk upgrade && apk --no-cache add make
5
@@ -11,8 +11,7 @@ COPY go.mod go.sum Makefile ./
11
12
RUN make
13
14
-FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2
15
-RUN microdnf --nodocs -y upgrade
+FROM scratch
16
17
WORKDIR /gitsecure
18
COPY --from=0 go/src/github.ibm.com/gitsecure-net-top/bin/net-top .
0 commit comments