Explorar o código

chore(deps): update docker.io/library/postgres docker tag to v16.5

renovate[bot] hai 1 ano
pai
achega
64fc178d40
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-compose/authentik/compose.yaml

+ 1 - 1
docker-compose/authentik/compose.yaml

@@ -1,7 +1,7 @@
 ---
 services:
   postgres:
-    image: docker.io/library/postgres:16.4
+    image: docker.io/library/postgres:16.5
     container_name: authentik-db
     environment:
       - POSTGRES_USER=${POSTGRES_USER:-authentik}