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 315b50a commit e1bbf87
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
FROM ghcr.io/pterodactyl/panel:${VERSION_TAG}

# Set the Working Directory
WORKDIR /app
Expand Down

0 comments on commit e1bbf87

Please sign in to comment.