Commit 941cdde2 authored by Cameron Carney's avatar Cameron Carney

bump panel (v0.7.10) @ daemon (v0.6.5) versions

parent ee069208
...@@ -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.9 image: ccarney16/pterodactyl-panel:v0.7.10
restart: always restart: always
volumes: volumes:
- ./data:/data - ./data:/data
...@@ -57,7 +57,7 @@ services: ...@@ -57,7 +57,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
depends_on: depends_on:
- panel - panel
image: ccarney16/pterodactyl-daemon:v0.5.6 image: ccarney16/pterodactyl-daemon:v0.6.5
ports: ports:
- 8080:8080 - 8080:8080
privileged: true privileged: true
......
...@@ -2,7 +2,7 @@ FROM node:8-alpine ...@@ -2,7 +2,7 @@ FROM node:8-alpine
MAINTAINER Cameron Carney <ccarney16@live.com> MAINTAINER Cameron Carney <ccarney16@live.com>
ENV DAEMON_VERSION=v0.5.6 ENV DAEMON_VERSION=v0.6.5
WORKDIR /srv/daemon WORKDIR /srv/daemon
......
...@@ -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.9 PANEL_VERSION=v0.7.10
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