Skip to content

Commit

Permalink
Merge pull request #1 from liminspace/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
liminspace authored Oct 6, 2022
2 parents 204e49a + ec99f23 commit 0351c43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1 (2022-10-06)
==================
* Upgraded MJML to 4.13.0


1.0 (2022-08-10)
==================
* First release
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:14-bullseye

ARG MJML_VERSION=4.12.0
ARG MJML_VERSION=4.13.0
ARG EXPOSE=28101

ENV WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Build the image::
You can specify build arguments::

$ docker build -t mjml-tcpserver \
--build-arg MJML_VERSION=4.12.0 \
--build-arg MJML_VERSION=4.13.0 \
--build-arg EXPOSE=28101 \
--no-cache .

Expand Down Expand Up @@ -103,7 +103,7 @@ Example::
build:
context: .
args:
- MJML_VERSION=4.12.0
- MJML_VERSION=4.13.0
- EXPOSE=28103
restart: always
ports:
Expand Down

0 comments on commit 0351c43

Please sign in to comment.