Skip to content

Commit

Permalink
Force update with new actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LouissXI committed Oct 1, 2023
1 parent 83360e6 commit b3372c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pterodactyl/GraalVM-OH/jdk21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV PATH=/usr/local/graalvm/bin:${PATH}
# Check if the installation was successful
RUN java -version

# Pterodactyl things
# Pterodactyl nice things
RUN useradd -d /home/container -m container

USER container
Expand Down
2 changes: 1 addition & 1 deletion Pterodactyl/GraalVM/jdk20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV PATH=/usr/local/graalvm/bin:${PATH}
# Check if the installation was successful
RUN java -version

# Pterodactyl things
# Pterodactyl nice things
RUN useradd -d /home/container -m container

USER container
Expand Down

0 comments on commit b3372c0

Please sign in to comment.