Commit ee069208 authored by Cameron Carney's avatar Cameron Carney

Bump panel to v0.7.9

parent 45295629
...@@ -38,7 +38,7 @@ services: ...@@ -38,7 +38,7 @@ services:
- cache - cache
- mysql - mysql
env_file: .env env_file: .env
image: ccarney16/pterodactyl-panel:v0.7.7 image: ccarney16/pterodactyl-panel:v0.7.9
restart: always restart: always
volumes: volumes:
- ./data:/data - ./data:/data
......
...@@ -3,7 +3,7 @@ FROM alpine:edge ...@@ -3,7 +3,7 @@ FROM alpine:edge
MAINTAINER Cameron Carney <ccarney16@live.com> MAINTAINER Cameron Carney <ccarney16@live.com>
ENV STARTUP_TIMEOUT=5 \ ENV STARTUP_TIMEOUT=5 \
PANEL_VERSION=v0.7.7 PANEL_VERSION=v0.7.9
WORKDIR /var/www/html WORKDIR /var/www/html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment