Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Dec 11, 2018
1 parent 0b602d9 commit d862627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:10
LABEL maintainer="noogen <[email protected]>"
ENV NPM_CONFIG_LOGLEVEL=warn \
LAMBDA_FORM_VERSION=1.2.3
LAMBDA_FORM_VERSION=1.2.4
EXPOSE 5000

RUN apt-get update && apt-get upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-form",
"version": "1.2.3",
"version": "1.2.4",
"description": "A form submission handler using Serverless and AWS Lambda",
"main": "handler.js",
"scripts": {
Expand Down

0 comments on commit d862627

Please sign in to comment.