Polishing.

This commit is contained in:
Greg L. Turnquist
2022-08-30 09:23:49 -05:00
parent 74d191e57c
commit 38bccba539

View File

@@ -1,5 +1,7 @@
FROM ubuntu:22.10
# Bake a container using sdkman to get all the needed JDKs.
ARG USER_UID="1001"
ARG USER_GID="1001"
ARG USER_NAME="jenkins"