Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update frankenphp and yarn
Browse files Browse the repository at this point in the history
soyuka committed Oct 28, 2024
1 parent eb19c71 commit 1e69537
Showing 5 changed files with 14,651 additions and 12,264 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ FROM node_upstream AS base
WORKDIR /srv/app

RUN corepack enable && \
corepack prepare --activate yarn@*
corepack prepare --activate yarn@4

ENV HOSTNAME localhost
EXPOSE 3000
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

# Versions
# hadolint ignore=DL3007
FROM dunglas/frankenphp:latest-alpine AS frankenphp_upstream
FROM dunglas/frankenphp:1-php8.3-alpine AS frankenphp_upstream


# The different stages of this Dockerfile are meant to be built into separate images
1 change: 0 additions & 1 deletion api/config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -15,4 +15,3 @@ api_platform:
stateless: true
cache_headers:
vary: ['Content-Type', 'Authorization', 'Origin']
extra_properties:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -94,5 +94,5 @@
"storybook:serve": "serve storybook-static",
"storybook:test": "test-storybook"
},
"packageManager": "yarn@1.22.22"
"packageManager": "yarn@4.5.1"
}
26,908 changes: 14,648 additions & 12,260 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1e69537

Please sign in to comment.