Skip to content

Commit 358824b

Browse files
committed
Set image versions explicitly
1 parent e47d61c commit 358824b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

languages/python/jupyter_notebook/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
postgres:
33
container_name: cipherstash_getting_started_pg
4-
image: postgres:latest
4+
image: postgres:16.2-bookworm
55
command: ["postgres", "-c", "log_statement=all"]
66
environment:
77
POSTGRES_USER: postgres
@@ -13,7 +13,7 @@ services:
1313
- cipherstash_getting_started_nw
1414
proxy:
1515
container_name: cipherstash_getting_started_proxy
16-
image: cipherstash/cipherstash-proxy:latest
16+
image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.1
1717
depends_on:
1818
- postgres
1919
ports:

0 commit comments

Comments
 (0)