Skip to content

Commit

Permalink
Update 9.0.x images with node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 8, 2024
1 parent 3092731 commit b5a9362
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/9.0.x/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt update
RUN apt -y install git

ENV PS_BRANCH=9.0.x
ENV NODE_VERSION=v20.17.0

CMD ["/tmp/docker_branch_run.sh"]
1 change: 1 addition & 0 deletions images/9.0.x/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt update
RUN apt -y install git

ENV PS_BRANCH=9.0.x
ENV NODE_VERSION=v20.17.0

CMD ["/tmp/docker_branch_run.sh"]
1 change: 1 addition & 0 deletions images/9.0.x/8.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt update
RUN apt -y install git

ENV PS_BRANCH=9.0.x
ENV NODE_VERSION=v20.17.0

CMD ["/tmp/docker_branch_run.sh"]
1 change: 1 addition & 0 deletions images/9.0.x/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt update
RUN apt -y install git

ENV PS_BRANCH=9.0.x
ENV NODE_VERSION=v20.17.0

CMD ["/tmp/docker_branch_run.sh"]
1 change: 1 addition & 0 deletions images/9.0.x/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt update
RUN apt -y install git

ENV PS_BRANCH=9.0.x
ENV NODE_VERSION=v20.17.0

CMD ["/tmp/docker_branch_run.sh"]
1 change: 1 addition & 0 deletions images/9.0.x/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt update
RUN apt -y install git

ENV PS_BRANCH=9.0.x
ENV NODE_VERSION=v20.17.0

CMD ["/tmp/docker_branch_run.sh"]

0 comments on commit b5a9362

Please sign in to comment.