Skip to content

Commit

Permalink
Upgrade Libxml2 package to version 2.11.7-r0 or above (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponnia-M authored Feb 22, 2024
1 parent 7b56acc commit cd512e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM eclipse-temurin:17-jre-alpine

# hadolint ignore=DL3018
RUN apk update && \
apk --no-cache add curl redis sudo gcompat && \
apk upgrade --available && \
rm -rf /var/cache/apk/*
RUN apk add --no-cache curl redis sudo gcompat libxml2 && \
apk upgrade --available

WORKDIR /app
COPY set-env-secrets.src entrypoint-wrapper.sh docker-entry*.sh ./
Expand Down
6 changes: 2 additions & 4 deletions gradle-plugins/src/main/resources/docker/Dockerfile-java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ FROM eclipse-temurin:17-jre-alpine

# curl is needed for HEALTHCHECK
# hadolint ignore=DL3018
RUN apk update && \
apk --no-cache add curl redis sudo gcompat && \
apk upgrade --available && \
rm -rf /var/cache/apk/*
RUN apk add --no-cache curl redis sudo gcompat libxml2 && \
apk upgrade --available

WORKDIR /app

Expand Down

0 comments on commit cd512e2

Please sign in to comment.