Skip to content

Commit 681e176

Browse files
committed
fix: 🐛 bump image version
1 parent da1d14c commit 681e176

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ version: '3.7'
33
services:
44
fakeservices.datajoint.io:
55
build: .
6-
image: datajoint/nginx:v0.2.5
6+
image: datajoint/nginx:v0.2.6
77
ports:
88
- "443:443"

example-docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ x-net:
77
services:
88
fakeservices.datajoint.io:
99
<<: *net
10-
image: datajoint/nginx:v0.2.5
10+
image: datajoint/nginx:v0.2.6
1111
environment:
1212
## Supply configs in the convention ADD_{service}_{config}
1313
## Example database

test-cert-docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ x-net:
77
services:
88
fakeservices.datajoint.io:
99
<<: *net
10-
image: datajoint/nginx:v0.2.5
10+
image: datajoint/nginx:v0.2.6
1111
environment:
1212
## Supply configs in the convention ADD_{service}_{config}
1313
## Example database

0 commit comments

Comments
 (0)