Skip to content

Commit d716cb7

Browse files
committed
fix: samples/paved-path-demo/configure-pipeline/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7413590 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7413590 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7413591 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7413591
1 parent 4c6d1db commit d716cb7

File tree

1 file changed

+1
-1
lines changed
  • samples/paved-path-demo/configure-pipeline

1 file changed

+1
-1
lines changed

samples/paved-path-demo/configure-pipeline/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3
22

33
# This docker image is run in the resource.configure workflow container inside the promise-controller.
44
# This container mounts 3 dirs (/input, /output, /metadata) which will overwrite any existing data at those paths.

0 commit comments

Comments
 (0)