chore: alpine version bump

This commit is contained in:
Jack Wills
2023-12-31 00:06:40 +00:00
parent 81be75f27f
commit 061de032da
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -174,11 +174,11 @@ docker compose -f docker-compose.yml up -d
or individually
```shell
docker run --name redis -d redis:alpine3.18
docker run --name redis -d redis:alpine3.19
```
```shell
docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.18
docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.19
```
```shell