Skip to content

Commit

Permalink
upgrade alpine 3.20.3 to fix CVE-2024-6119
Browse files Browse the repository at this point in the history
  • Loading branch information
nlu90 committed Oct 3, 2024
1 parent 53451d3 commit d0b968d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/pulsar-functions-base-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PULSAR_IMAGE
ARG PULSAR_IMAGE_TAG
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
FROM alpine:3.20 as functions-runner
FROM alpine:3.20.3 as functions-runner

ENV GID=10001
ENV UID=10000
Expand Down
2 changes: 1 addition & 1 deletion images/pulsar-functions-base-runner/pulsarctl.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PULSAR_IMAGE
ARG PULSAR_IMAGE_TAG
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
FROM alpine:3.20 as functions-runner
FROM alpine:3.20.3 as functions-runner

ENV GID=10001
ENV UID=10000
Expand Down
2 changes: 1 addition & 1 deletion operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.20.3

ENV GID=10001
ENV UID=10000
Expand Down

0 comments on commit d0b968d

Please sign in to comment.