Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Nov 25, 2018
1 parent 8205891 commit f3162ab
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.1
LAMBDA_FORM_VERSION=1.2.2
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.1",
"version": "1.2.2",
"description": "A form submission handler using Serverless and AWS Lambda",
"main": "handler.js",
"scripts": {
Expand Down

0 comments on commit f3162ab

Please sign in to comment.