Skip to content

Commit

Permalink
Merge pull request kroxylicious#1688 from kroxylicious/k-wall-patch-9
Browse files Browse the repository at this point in the history
Fix some Docker warnings from the main Docker build
  • Loading branch information
robobario authored Dec 18, 2024
2 parents d6a01ce + 60bd1a4 commit 09a235a
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 @@ -24,12 +24,12 @@ RUN microdnf -y update \
&& microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils \
&& microdnf clean all

ENV JAVA_HOME /usr/lib/jvm/jre-17
ENV JAVA_HOME=/usr/lib/jvm/jre-17

#####
# Add Tini
#####
ENV TINI_VERSION v0.19.0
ENV TINI_VERSION=v0.19.0
ENV TINI_SHA256_AMD64=93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
ENV TINI_SHA256_ARM64=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81
ENV TINI_SHA256_PPC64LE=3f658420974768e40810001a038c29d003728c5fe86da211cff5059e48cfdfde
Expand Down

0 comments on commit 09a235a

Please sign in to comment.