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

Commit

Permalink
Release 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Chive committed Mar 15, 2017
1 parent d33bc1a commit af3a068
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog


## 3.23 (2017-03-15)

* remove node and add nvm (node version manager) instead to uncouple the node version from base projects
* bump to aldryn/base:3.23

## 3.22 (2017-02-10)

* bump to aldryn/base:3.22
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aldryn/base:3.22
FROM aldryn/base:3.23
ADD stack /stack/base-project
ENV NPS_VERSION=1.11.33.2 \
NGINX_VERSION=1.9.15 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.py3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aldryn/base:py3-3.22
FROM aldryn/base:py3-3.23
ADD stack /stack/base-project
ENV NPS_VERSION=1.11.33.2 \
NGINX_VERSION=1.9.15 \
Expand Down

0 comments on commit af3a068

Please sign in to comment.