Skip to content

Commit

Permalink
[fix] Use Alpine 3.21 in base image (#23964)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Feb 11, 2025
1 parent 8ca91fd commit 69a55ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
ARG IMAGE_JDK_MAJOR_VERSION=21

# First create a stage with just the Pulsar tarball and scripts
Expand Down

0 comments on commit 69a55ca

Please sign in to comment.