Skip to content

Commit

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

Bumps node from 21.7.1-bullseye-slim to 21.7.2-bullseye-slim.

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

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

* - April 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 Apr 5, 2024
1 parent cf0c364 commit 350034e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.2-bin as composer-bin

# https://hub.docker.com/_/node
FROM node:21.7.1-bullseye-slim as node
FROM node:21.7.2-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.7.1-bullseye-slim as frontend
FROM node:21.7.2-bullseye-slim as frontend

WORKDIR /app_frontend_dependencies

Expand Down

0 comments on commit 350034e

Please sign in to comment.