chore: alpine version bump
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ networks:
|
||||
name: oxker-examaple-net
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:alpine3.18
|
||||
image: postgres:alpine3.19
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=never_use_this_password_in_production
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
limits:
|
||||
memory: 1024M
|
||||
redis:
|
||||
image: redis:alpine3.18
|
||||
image: redis:alpine3.19
|
||||
container_name: redis
|
||||
ipc: private
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user