Skip to content

Commit 3bda3e0

Browse files
committed
Update distroless temurin to Azure Linux 3
1 parent 9dd4724 commit 3bda3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/distroless/Dockerfile.temurin-8-jdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG JDK_URL="https://api.adoptium.net/v3/binary/latest/8/ga/linux/ARCH/jdk/hotsp
1212
# Create a non-root user and group (just like .NET's image)
1313
RUN mkdir /staging \
1414
&& tdnf update -y \
15-
&& tdnf install -y --releasever=2.0 --installroot /staging zlib \
15+
&& tdnf install -y --releasever=3.0 --installroot /staging zlib \
1616
&& tdnf install -y gawk shadow-utils ca-certificates tar \
1717
&& groupadd --system --gid=101 app \
1818
&& adduser --uid 101 --gid 101 --shell /bin/false --system app \

0 commit comments

Comments
 (0)