Skip to content

Commit fcef166

Browse files
authored
fix: upgrade the alpine to fix CVE-2022-37434 (streamnative#857)
Fixes streamnative#823 ### Motivation Fix CVE-2022-37434. ### Modifications Upgrade the alpine from 3.16.0 to 3.16.0 ### Documentation Check the box below. Need to update docs? - [ ] `doc-required` (If you need help on updating docs, create a doc issue) - [x] `no-need-doc` (Please explain why) - [ ] `doc` (If this PR contains doc changes)
1 parent c45743e commit fcef166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/amd64-linux.Dockerfile

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

33
ADD pulsarctl /usr/local/bin/pulsarctl
44

0 commit comments

Comments
 (0)