Skip to content

Commit

Permalink
- February 2024 batch update (#391)
Browse files Browse the repository at this point in the history
* - (docker dev) Bump node in /environment/prod/app

Bumps node from 21.6.0-bullseye-slim to 21.6.1-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* - February 2024 batch update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Blusia <[email protected]>
  • Loading branch information
dependabot[bot] and Blusia authored Feb 16, 2024
1 parent cd90f35 commit 931cbc5
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-beta-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
images: ghcr.io/${{ github.repository_owner }}/${{ env.REPO_NAME }}
tags: type=raw,value=beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
images: ghcr.io/${{ github.repository_owner }}/${{ env.REPO_NAME }}
tags: |
Expand Down
450 changes: 227 additions & 223 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN wget --output-document age.tar.gz "https://github.com/FiloSottile/age/releas
FROM composer/composer:2.6.6-bin as composer-bin

# https://hub.docker.com/_/node
FROM node:21.6.0-bullseye-slim as node
FROM node:21.6.1-bullseye-slim as node

FROM php:${PHP_VERSION}-cli-bullseye as unit-modules-builder

Expand Down
2 changes: 1 addition & 1 deletion environment/prod/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN composer install \
--ignore-platform-reqs

### FRONTEND ###
FROM node:21.6.0-bullseye-slim as frontend
FROM node:21.6.1-bullseye-slim as frontend

WORKDIR /app_frontend_dependencies

Expand Down
136 changes: 74 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1"
"eslint-plugin-vue": "^9.21.1"
}
}

0 comments on commit 931cbc5

Please sign in to comment.