diff --git a/drpc-free.yml b/drpc-free.yml index 4e26d25c..0ce47c95 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: drpcorg/dshackle:${DRPC_VERSION:-0.64.16} + image: drpcorg/dshackle:${DRPC_VERSION:-0.65.0} restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index 072c6597..f3fe05a5 100644 --- a/drpc.yml +++ b/drpc.yml @@ -1,6 +1,6 @@ services: dshackle: - image: drpcorg/dshackle:${DRPC_VERSION:-0.64.16} + image: drpcorg/dshackle:${DRPC_VERSION:-0.65.0} restart: unless-stopped volumes: - ./main_configs:/etc/dshackle