Skip to content

Commit

Permalink
Merge pull request #26 from verypossible/update-to-1.29
Browse files Browse the repository at this point in the history
Bump to v1.29.0
  • Loading branch information
brianz authored Jul 26, 2018
2 parents d0dc162 + 8f88ad4 commit 186f21b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.5
FROM python:3.6.6

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-python2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7.14
FROM python:2.7.15

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = verypossible/serverless
SERVERLESS_VERSION = 1.28.0
SERVERLESS_VERSION = 1.29.0
YARN_VERSION = 1.6.0

.PHONY: all py2 py3 shell
Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
echo "Using $DOCKERFILE for build"

docker build \
--build-arg SERVERLESS_VERSION=1.28.0 \
--build-arg SERVERLESS_VERSION=1.29.0 \
--build-arg YARN_VERSION=1.6.0 \
-f $DOCKERFILE \
-t $IMAGE_NAME .

0 comments on commit 186f21b

Please sign in to comment.