Skip to content

Commit 8643523

Browse files
authored
feat(docker-compose.yml): update functions image version to v1.66.5 (singh-inder#21)
1 parent 9709c87 commit 8643523

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker/volumes/api/kong.yml
1+
docker/volumes/**/*

docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ services:
321321

322322
functions:
323323
container_name: supabase-edge-functions
324-
image: supabase/edge-runtime:v1.66.4
324+
image: supabase/edge-runtime:v1.66.5
325325
restart: unless-stopped
326326
volumes:
327327
- ./volumes/functions:/home/deno/functions:Z

docker/volumes/api/kong.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# ! DON'T SAVE THIS FILE WITH FORMATTING. It results in kong container being always unhealthy
21
_format_version: '2.1'
32
_transform: true
43

0 commit comments

Comments
 (0)