Skip to content

Commit

Permalink
Merge branch 'master' into renovate/traefik-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescurtin authored Feb 13, 2024
2 parents 13a6d0d + adae95c commit bd3ac7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
POSTGRES_PASSWORD_FILE: /run/secrets/postgres-password
secrets:
- postgres-password
image: postgres:16.1-alpine
image: postgres:16.2-alpine
networks:
- authelia
restart: always
Expand All @@ -68,7 +68,7 @@ services:

redis:
container_name: authelia-redis
image: redis:7.2.3-alpine
image: redis:7.2.4-alpine
restart: always
networks:
- authelia
Expand Down
2 changes: 1 addition & 1 deletion handle-errors/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder

ENV USER=appuser
ENV UID=10001
Expand Down

0 comments on commit bd3ac7a

Please sign in to comment.