Skip to content

Commit

Permalink
Upgrade PHP 8.1/8.2 to Node v18 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Dec 12, 2022
1 parent 2b1c228 commit 6885f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL maintainer="Taylor Otwell"

ARG WWWGROUP
ARG NODE_VERSION=16
ARG NODE_VERSION=18
ARG POSTGRES_VERSION=14

WORKDIR /var/www/html
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL maintainer="Taylor Otwell"

ARG WWWGROUP
ARG NODE_VERSION=16
ARG NODE_VERSION=18
ARG POSTGRES_VERSION=14

WORKDIR /var/www/html
Expand Down

0 comments on commit 6885f26

Please sign in to comment.