Skip to content

Commit

Permalink
Merge pull request #63 from LibreCodeCoop/bump-versions
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
vitormattos authored Mar 4, 2024
2 parents 445a14c + b8edc85 commit 86850e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile.php80
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
# pevent errors when try to create files at /var/www with user www-data
&& chown -R www-data /var/www

COPY --from=node:20.5-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.5-slim /usr/local/bin/node /usr/local/bin/node
COPY --from=node:20.11-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.11-slim /usr/local/bin/node /usr/local/bin/node
RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm

COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down
4 changes: 2 additions & 2 deletions .docker/Dockerfile.php81
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
# pevent errors when try to create files at /var/www with user www-data
&& chown -R www-data /var/www

COPY --from=node:20.5-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.5-slim /usr/local/bin/node /usr/local/bin/node
COPY --from=node:20.11-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.11-slim /usr/local/bin/node /usr/local/bin/node
RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm

COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down
4 changes: 2 additions & 2 deletions .docker/Dockerfile.php82
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
# pevent errors when try to create files at /var/www with user www-data
&& chown -R www-data /var/www

COPY --from=node:20.5-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.5-slim /usr/local/bin/node /usr/local/bin/node
COPY --from=node:20.11-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.11-slim /usr/local/bin/node /usr/local/bin/node
RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm

COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ matrix.container }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 86850e3

Please sign in to comment.