Skip to content

Commit

Permalink
chore: update frankenphp and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 28, 2024
1 parent eb19c71 commit 1e69537
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion api/config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -94,5 +94,5 @@
"storybook:serve": "serve storybook-static",
"storybook:test": "test-storybook"
},
"packageManager": "yarn@1.22.22"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 1e69537

Please sign in to comment.