Skip to content

Commit 1dbfb60

Browse files
committed
chore: update CLOUDSYNC_VERSION in Dockerfile comments
1 parent 66458c9 commit 1dbfb60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/postgresql/Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage:
44
# docker build \
55
# --build-arg POSTGRES_TAG=17 \
6-
# --build-arg CLOUDSYNC_VERSION=1.0.1 \
6+
# --build-arg CLOUDSYNC_VERSION=1.0.6 \
77
# -t sqlite-sync-postgres:17 \
88
# -f docker/postgresql/Dockerfile.release .
99
#

docker/postgresql/Dockerfile.supabase.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage:
44
# docker build \
55
# --build-arg SUPABASE_POSTGRES_TAG=15.8.1.085 \
6-
# --build-arg CLOUDSYNC_VERSION=1.0.1 \
6+
# --build-arg CLOUDSYNC_VERSION=1.0.6 \
77
# -f docker/postgresql/Dockerfile.supabase.release \
88
# -t my-cloudsync-supabase-postgres .
99
#

0 commit comments

Comments
 (0)