mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
refactor(other): update directus version (#415)
This commit is contained in:
parent
d95afca304
commit
cbdbfe6117
7
.github/workflows/test.backend.seed.yml
vendored
7
.github/workflows/test.backend.seed.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
|
||||
with:
|
||||
node-version-file: '.tool-versions'
|
||||
|
||||
- name: Build Docker Production
|
||||
run: |
|
||||
mkdir -p ./data/uploads
|
||||
@ -51,4 +56,4 @@ jobs:
|
||||
#
|
||||
# - name: Build Docker Development
|
||||
# run: docker compose build
|
||||
# working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
# working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
|
||||
@ -7,6 +7,6 @@ RUN npm install
|
||||
RUN mkdir -p ./directus
|
||||
RUN cd node_modules && find . -maxdepth 1 -type d -name "directus-extension-*" -exec mv {} ../directus \;
|
||||
|
||||
FROM directus/directus:11.7.2
|
||||
FROM directus/directus:11.9.3
|
||||
# Copy third party extensions
|
||||
COPY --from=third-party-ext /extensions/directus ./extensions
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 1,
|
||||
"directus": "11.7.2",
|
||||
"directus": "11.9.3",
|
||||
"vendor": "postgres"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user