Skip to content

Commit

Permalink
Updated PHP and Node/NPM
Browse files Browse the repository at this point in the history
Updated PHP to 8.2
Updated Node to 19
Updated NPM to 9.2.0
  • Loading branch information
Pezhvak committed Jan 16, 2023
1 parent 12f8148 commit fbf5f9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG NODE_VERSION=17-alpine
ARG PHP_VERSION=8.1-fpm-alpine
ARG NODE_VERSION=19-alpine
ARG PHP_VERSION=8.2-fpm-alpine
FROM node:${NODE_VERSION} AS node
FROM php:${PHP_VERSION}
LABEL maintainer="Pezhvak <[email protected]>"
# NOTE: ARGs before FROM cannot be accessed during build time (https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact)
ARG NPM_VERSION=8.3.2
ARG NPM_VERSION=9.2.0
ARG COMPOSER_VERSION=2

# Copy PHP Extension Installer (https://github.com/mlocati/docker-php-extension-installer)
Expand Down

0 comments on commit fbf5f9a

Please sign in to comment.