Skip to content

Commit

Permalink
Revert "upgrade alpine 3.20.3 to fix CVE-2024-6119 (#782)" (#783)
Browse files Browse the repository at this point in the history
This reverts commit 45d304c.
  • Loading branch information
freeznet authored Oct 9, 2024
1 parent e8b1034 commit aa557b1
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.3 as functions-runner
FROM alpine:3.20 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.3 as functions-runner
FROM alpine:3.20 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.3
FROM alpine:3.20

ENV GID=10001
ENV UID=10000
Expand Down

0 comments on commit aa557b1

Please sign in to comment.