Skip to content

Commit 6468d8f

Browse files
Update Dockerfile
1 parent 0c98402 commit 6468d8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN CGO_ENABLED=1 go build -a -tags 'netgo osusergo static_build' -ldflags="-X m
1313

1414
# alpine is used here as it seems to be the minimal image that passes quay.io vulnerability scan
1515
FROM alpine
16+
# update ssl packages for CVEs
17+
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3
1618
COPY --from=build /usr/local/bin/pure-fa-om-exporter /pure-fa-om-exporter
1719

1820
# create an empty tokens file for use with volumes if required. You can use a mounted volume to /etc/pure-fa-om-exporter/ to pass the `tokens.yaml` file. File must be named `tokens.yaml`.

0 commit comments

Comments
 (0)