We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd4724 commit 3bda3e0Copy full SHA for 3bda3e0
docker/distroless/Dockerfile.temurin-8-jdk
@@ -12,7 +12,7 @@ ARG JDK_URL="https://api.adoptium.net/v3/binary/latest/8/ga/linux/ARCH/jdk/hotsp
12
# Create a non-root user and group (just like .NET's image)
13
RUN mkdir /staging \
14
&& tdnf update -y \
15
- && tdnf install -y --releasever=2.0 --installroot /staging zlib \
+ && tdnf install -y --releasever=3.0 --installroot /staging zlib \
16
&& tdnf install -y gawk shadow-utils ca-certificates tar \
17
&& groupadd --system --gid=101 app \
18
&& adduser --uid 101 --gid 101 --shell /bin/false --system app \
0 commit comments