Skip to content

Commit

Permalink
Merge pull request #172 from pluginpal/feature/test-server-deployment
Browse files Browse the repository at this point in the history
chore: update strapi in playground
  • Loading branch information
boazpoolman authored Aug 18, 2024
2 parents 85ac67a + 95149ae commit 2daebe8
Show file tree
Hide file tree
Showing 3 changed files with 661 additions and 355 deletions.
2 changes: 1 addition & 1 deletion playground/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18-alpine3.18
# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev

Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@pluginpal/webtools-addon-sitemap": "link:.yalc/@pluginpal/webtools-addon-sitemap",
"@pluginpal/webtools-core": "link:.yalc/@pluginpal/webtools-core",
"@pluginpal/webtools-helper-plugin": "link:.yalc/@pluginpal/webtools-helper-plugin",
"@strapi/plugin-i18n": "^4.19.0",
"@strapi/plugin-users-permissions": "^4.19.0",
"@strapi/strapi": "^4.19.0",
"@strapi/plugin-i18n": "^4.25.8",
"@strapi/plugin-users-permissions": "^4.25.8",
"@strapi/strapi": "^4.25.8",
"better-sqlite3": "^9.4.0",
"pg": "^8.10.0",
"react": "^18.0.0",
Expand Down
Loading

0 comments on commit 2daebe8

Please sign in to comment.