Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Release 3.25
Browse files Browse the repository at this point in the history
Newest python, nginx and nvm.
  • Loading branch information
stefanfoulis committed Oct 18, 2017
1 parent 29950c0 commit e617893
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM aldryn/base:3.24
FROM aldryn/base:3.25
ADD stack /stack/base-project
ENV NPS_VERSION=1.11.33.2 \
NGINX_VERSION=1.9.15 \
ENV NPS_VERSION=1.12.34.3 \
NGINX_VERSION=1.12.2 \
NGINX_CONF_PATH=/etc/nginx/nginx.conf \
NGINX_PROCFILE_PATH=/etc/nginx/nginx.procfile \
NVM_DIR=/opt/nvm \
NVM_VERSION=0.33.1
NVM_VERSION=0.33.5

RUN /stack/base-project/install.sh

Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.py3
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM aldryn/base:py3-3.24
FROM aldryn/base:py3-3.25
ADD stack /stack/base-project
ENV NPS_VERSION=1.11.33.2 \
NGINX_VERSION=1.9.15 \
ENV NPS_VERSION=1.12.34.3 \
NGINX_VERSION=1.12.2 \
NGINX_CONF_PATH=/etc/nginx/nginx.conf \
NGINX_PROCFILE_PATH=/etc/nginx/nginx.procfile \
NVM_DIR=/opt/nvm \
NVM_VERSION=0.33.1
NVM_VERSION=0.33.5

RUN /stack/base-project/install.sh

Expand Down

0 comments on commit e617893

Please sign in to comment.