Skip to content

Commit d7fb97a

Browse files
authored
Merge pull request #40 from genegr/master
1.0.5.hotfix1
2 parents 5834e20 + 92e1806 commit d7fb97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN go mod download && go mod verify
99
COPY . .
1010
RUN CGO_ENABLED=1 go build -a -tags 'netgo osusergo static_build' -v -o /usr/local/bin/pure-fa-om-exporter cmd/fa-om-exporter/main.go
1111

12-
FROM scratch
13-
#FROM busybox:musl
12+
# alpine is used here as it seems to be the minimal image that passes quay.io vulnerability scan
13+
FROM alpine
1414
COPY --from=build /usr/local/bin/pure-fa-om-exporter /pure-fa-om-exporter
1515
EXPOSE 9490
1616
ENTRYPOINT ["/pure-fa-om-exporter"]

0 commit comments

Comments
 (0)