Skip to content

Commit

Permalink
Upgrade all alpine packages
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed May 22, 2024
1 parent 08c55ea commit 950f001
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,8 @@ RUN apk add --no-cache \
procps \
curl

# Fix CVE-2024-2511 by upgrading to OpenSSL 3.1.4-r6
# We can remove once new Alpine image is released
RUN apk upgrade --no-cache libssl3 libcrypto3

# Fix CVE-2023-42366
RUN apk upgrade --no-cache busybox
# Upgrade all packages to get latest versions with security fixes
RUN apk upgrade --no-cache

# Python dependencies

Expand Down

0 comments on commit 950f001

Please sign in to comment.