Skip to content

Commit 68ad78e

Browse files
committed
feat: Release Docker version 0.5.0
1 parent 620205d commit 68ad78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"build:clean": "rimraf dist",
1111
"build:transpile": "./node_modules/.bin/tsc",
1212
"build:copy": "cp -r ./src/lib/sql ./dist/lib/",
13-
"docker:build": "docker build -t supabase/pg-api:0.4.0 .",
14-
"docker:deploy": "docker push supabase/pg-api:0.4.0",
13+
"docker:build": "docker build -t supabase/pg-api:0.5.0 .",
14+
"docker:deploy": "docker push supabase/pg-api:0.5.0",
1515
"dist": "NODE_ENV=production npm-run-all build dist:pkg",
1616
"dist:pkg": "rimraf bin && pkg --out-path ./bin dist/start.js",
1717
"dev": "NODE_ENV=development npm-run-all build server",

0 commit comments

Comments
 (0)