Skip to content

Commit

Permalink
Updates to Alpine 3.19.0 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored and Adrian Cole committed Dec 12, 2023
1 parent cc5c3bf commit ad4e49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# docker_parent_image is the base layer of full and jre image
#
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/alpine
ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.18.5
ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.19.0

# java_version and java_home are hard-coded here to allow the following:
# * `docker build https://github.com/openzipkin/docker-java.git`
Expand Down Expand Up @@ -95,7 +95,7 @@ jdk.unsupported,\
jdk.localedata --include-locales en,th \
--output jre

# Our JRE image is minimal: Only Alpine, libc6-compat and a stripped down JRE
# Our JRE image is minimal: Only Alpine, gcompat and a stripped down JRE
FROM base as jre
LABEL org.opencontainers.image.description="Minimal OpenJDK JRE on Alpine Linux"

Expand Down

0 comments on commit ad4e49b

Please sign in to comment.