Skip to content

Commit e66052b

Browse files
authored
chore: update image postgresql (#212)
1 parent 60a553a commit e66052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint",
1111
"lint:fix": "eslint --fix",
1212
"load-data": "docker exec -it fastify-postgres psql -c 'CREATE TABLE users(id serial PRIMARY KEY, username VARCHAR (50) NOT NULL);' -U postgres -d postgres",
13-
"postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:11-alpine",
13+
"postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:18-alpine",
1414
"test": "npm run test:unit && npm run test:typescript",
1515
"test:unit": "c8 --100 node --test",
1616
"test:report": "standard && c8 --reporter html node --test",

0 commit comments

Comments
 (0)