Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Tbaile committed Mar 14, 2023
1 parent 26d06bc commit b08e566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions containers/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1.15-fpm-alpine as base
FROM php:8.1.16-fpm-alpine as base
WORKDIR /var/www/html/
COPY --from=mlocati/php-extension-installer:2.1.1 /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=mlocati/php-extension-installer:2.1.9 /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions \
opcache \
pcntl \
Expand Down
2 changes: 1 addition & 1 deletion deploy/ns8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14.2-alpine as node_base
FROM node:18.15.0-alpine as node_base
WORKDIR /app

FROM node_base as node_modules
Expand Down

0 comments on commit b08e566

Please sign in to comment.