Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-101 authored Jun 8, 2024
1 parent d1cdea9 commit 1427a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/pterodactyl/panel:v1.11.7
ARG VERSION_TAG=latest
FROM ghcr.io/pterodactyl/panel:${VERSION_TAG}

# Set the Working Directory
WORKDIR /app
Expand Down

0 comments on commit 1427a65

Please sign in to comment.