Skip to content

Commit

Permalink
- April 2024 batch update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Apr 5, 2024
1 parent 8ed5028 commit 7bda527
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7bda527

Please sign in to comment.