Skip to content

Commit 1e26540

Browse files
shaunsmitholyagpl
andauthored
Update tiny-java-containers/helloworld/Dockerfile
Co-authored-by: Olga Gupalo <[email protected]>
1 parent b2eae6d commit 1e26540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiny-java-containers/helloworld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN microdnf -y install wget xz && \
1212
mv upx-${UPX_VERSION}-amd64_linux/upx . && \
1313
rm -rf upx-${UPX_VERSION}-amd64_linux
1414

15-
# Compile the Hello class to Java bytecode
15+
# Compile the Hello class to Java bytecode
1616
COPY Hello.java Hello.java
1717
RUN javac Hello.java
1818
# Build a native executable with native-image

0 commit comments

Comments
 (0)