File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
NAME = verypossible/serverless
2
- VERSION = 1.27.2
3
- SERVERLESS_VERSION = $(VERSION )
2
+ SERVERLESS_VERSION = 1.28.0
4
3
YARN_VERSION = 1.6.0
5
4
6
5
.PHONY : all py2 py3 shell
@@ -10,22 +9,22 @@ all : py2 py3
10
9
11
10
py2 :
12
11
docker build \
13
- -t $(NAME ) :$(VERSION ) -python2 \
12
+ -t $(NAME ) :$(SERVERLESS_VERSION ) -python2 \
14
13
-f Dockerfile-python2 \
15
14
--build-arg SERVERLESS_VERSION=$(SERVERLESS_VERSION ) \
16
15
--build-arg YARN_VERSION=$(YARN_VERSION ) \
17
16
.
18
17
19
18
py3 :
20
19
docker build \
21
- -t $(NAME ) :$(VERSION ) \
20
+ -t $(NAME ) :$(SERVERLESS_VERSION ) \
22
21
-f Dockerfile \
23
22
--build-arg SERVERLESS_VERSION=$(SERVERLESS_VERSION ) \
24
23
--build-arg YARN_VERSION=$(YARN_VERSION ) \
25
24
.
26
25
27
26
py2-shell :
28
- docker run --rm -it $(NAME ) :$(VERSION ) -python2 bash
27
+ docker run --rm -it $(NAME ) :$(SERVERLESS_VERSION ) -python2 bash
29
28
30
29
py3-shell :
31
- docker run --rm -it $(NAME ) :$(VERSION ) bash
30
+ docker run --rm -it $(NAME ) :$(SERVERLESS_VERSION ) bash
Original file line number Diff line number Diff line change 10
10
echo " Using $DOCKERFILE for build"
11
11
12
12
docker build \
13
- --build-arg SERVERLESS_VERSION=1.27.2 \
13
+ --build-arg SERVERLESS_VERSION=1.28.0 \
14
14
--build-arg YARN_VERSION=1.6.0 \
15
15
-f $DOCKERFILE \
16
16
-t $IMAGE_NAME .
You can’t perform that action at this time.
0 commit comments