docker bumps

This commit is contained in:
Ariel Rin 2023-05-03 12:19:52 +10:00
parent 273bda173e
commit 9921011742
No known key found for this signature in database
GPG Key ID: 078FB6C6B214CAB3
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
FROM python:3.9-slim FROM python:3.11-slim
ARG AUTH_VERSION=v3.1.1 ARG AUTH_VERSION=v4.0.0a1
ARG AUTH_PACKAGE=allianceauth==${AUTH_VERSION} ARG AUTH_PACKAGE=allianceauth==${AUTH_VERSION}
ENV VIRTUAL_ENV=/opt/venv ENV VIRTUAL_ENV=/opt/venv
ENV AUTH_USER=allianceauth ENV AUTH_USER=allianceauth

View File

@ -17,7 +17,7 @@ services:
restart: unless-stopped restart: unless-stopped
nginx: nginx:
image: nginx:1.21 image: nginx:1.23
restart: always restart: always
volumes: volumes:
- ./conf/nginx.conf:/etc/nginx/conf.d/default.conf - ./conf/nginx.conf:/etc/nginx/conf.d/default.conf
@ -26,7 +26,7 @@ services:
- allianceauth - allianceauth
redis: redis:
image: redis:6.2 image: redis:7.0
command: redis-server command: redis-server
restart: always restart: always
volumes: volumes:
@ -52,7 +52,7 @@ services:
- auth_mysql - auth_mysql
grafana: grafana:
image: grafana/grafana-oss:8.3.2 image: grafana/grafana-oss:9.5.1
restart: always restart: always
depends_on: depends_on:
- auth_mysql - auth_mysql