chore: dev docker-compose alpine bump

This commit is contained in:
Jack Wills
2022-12-03 14:22:31 +00:00
parent 57c1887869
commit 911c659668
+2 -2
View File
@@ -4,7 +4,7 @@ networks:
name: oxker-examaple-net name: oxker-examaple-net
services: services:
postgres: postgres:
image: postgres:alpine3.16 image: postgres:alpine3.17
container_name: postgres container_name: postgres
environment: environment:
- POSTGRES_PASSWORD=never_use_this_password_in_production - POSTGRES_PASSWORD=never_use_this_password_in_production
@@ -18,7 +18,7 @@ services:
limits: limits:
memory: 128M memory: 128M
redis: redis:
image: redis:alpine3.16 image: redis:alpine3.17
container_name: redis container_name: redis
ipc: private ipc: private
restart: always restart: always