mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
refactor(other): update directus version (#415)
This commit is contained in:
parent
d95afca304
commit
cbdbfe6117
5
.github/workflows/test.backend.seed.yml
vendored
5
.github/workflows/test.backend.seed.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
|
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
|
- name: Build Docker Production
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./data/uploads
|
mkdir -p ./data/uploads
|
||||||
|
|||||||
@ -7,6 +7,6 @@ RUN npm install
|
|||||||
RUN mkdir -p ./directus
|
RUN mkdir -p ./directus
|
||||||
RUN cd node_modules && find . -maxdepth 1 -type d -name "directus-extension-*" -exec mv {} ../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 third party extensions
|
||||||
COPY --from=third-party-ext /extensions/directus ./extensions
|
COPY --from=third-party-ext /extensions/directus ./extensions
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"directus": "11.7.2",
|
"directus": "11.9.3",
|
||||||
"vendor": "postgres"
|
"vendor": "postgres"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user